Skip to content
#

cloud-infrastructure

Here are 51 public repositories matching this topic...

dayjournal
dayjournal commented Mar 20, 2022

What is the problem?

Cannot specify sslSupportMethod for CloudFront Distribution in distribution.ts.
I can specify minimumProtocolVersion but not sslSupportMethod.

Example of minimumProtocolVersion
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-cloudfront/lib/distribution.ts#L222
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-cloudfr

good first issue p1 feature-request @aws-cdk/aws-cloudfront
oauth2-proxy
Legion2
Legion2 commented Mar 16, 2022

I'm trying to build a container image with oauth2-proxy as base image for the linux/arm64/v8 platform.

Expected Behavior

The build is successful

Current Behavior

The build failes with error building image: no child with platform linux/arm64/v8 in index quay.io/oauth2-proxy/oauth2-proxy:v7.2.1

Possible Solution

The arm64 entry in the image index is missing the v8

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓

  • Updated Dec 23, 2021
  • Java
pmrowla
pmrowla commented Dec 8, 2021

Currently the machine sizes start at (and default to) m. This is fine, and a sane default for the intended use case, but not everyone needs (to pay for) 8 cores and 16GB of RAM to do something basic (like prototyping DVC/SSH features).

Right now the user can just manually specify something like aws + t2.micro ourselves but it defeats the purpose of having a generalized solution if the user

good first issue cloud-common machine user experience

Improve this page

Add a description, image, and links to the cloud-infrastructure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-infrastructure topic, visit your repo's landing page and select "manage topics."

Learn more