amazon-web-services Questions

5

Solved

Could somebody please point me to the correct Dockerrun.aws.json v3 documentation. I have done google many times and unable to find this v3 documentation. I am trying to do multi-container deployme...

5

Solved

We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with Cloudfront to ser...
Satisfactory asked 24/2, 2017 at 15:1

4

I'm trying to publish artifacts to AWS CodeArtifact using sbt, but I'm having some troubles; Given an sbt project, running the command sbt publish the package is uploaded to the repo but It remains...
Unscathed asked 31/10, 2020 at 10:17

3

I just upgraded to AWS SDK V3 and I have no idea how to configure retryDelayOptions and customBackoff with it. I couldn't find any example code in AWS's own API reference or online. This is what I ...

5

Solved

I'm trying to set up a service that launches 20 single-container tasks with an application load balancer. The problem is that every task stays stuck on PROVISIONING The service has logged an error ...
Saar asked 27/7, 2020 at 20:56

2

Solved

I set up an ECS Cluster with Terraform. Everything works great, but I have a few questions about it. 1. As far as I understood, an EFS volume doesn't need to be mounted to ECS instances. AWS allows...
Memorable asked 8/4, 2020 at 1:22

5

Solved

I have a number of services in a single GitHub repository, each service has its own CodePipeline on AWS managed through Terraform. Instead of triggering all of the pipelines on commit, I'd like to ...
Polycythemia asked 27/1, 2022 at 9:26

3

Solved

I am using the mongo-express. Installed on AWS EC2, it was started. $ node app Mongo Express server listening on port 8081 at localhost Database connected Connecting to db... Database db connecte...
Ofori asked 22/2, 2016 at 12:18

11

trying to store my state file in an s3 bucket , but getting this error when trying 'Terraform init' : made sure my aws credentials doesnt have " / # $ .. " error configuring S3 Backend:...

1

I am running boto3 on AWS Lambda but getting a boto3 client is very slow. I am currently running a python3.9 runtime on AWS Lambda that creates handfuls of presigned url for s3 resources. A key lin...
Bladdernut asked 18/4, 2023 at 18:10

5

Solved

I have this command: aws ec2 describe-regions --output=json the output looks like: { "Regions": [ { "Endpoint": "ec2.eu-north-1.amazonaws.com", "RegionName": "eu-north-1" }, { "Endpoin...
Dupuis asked 7/5, 2019 at 1:46

2

Solved

I am trying to connect my EC2 host setup inside a private subnet to publish logs to cloud watch. I have setup a VPC interface endpoint for com.amazonaws.us-east-1.logs. Both the interface end...
Volauvent asked 22/5, 2020 at 1:9

4

I am getting this error when I try to push a docker container denied: Your Authorization Token has expired. I had aws ecr get-login --no-include-email --region us-east-1, I tried the hack someone ...
Angola asked 7/6, 2017 at 21:23

3

What is the best approach to enable https on ec2 public dns? I just have single instance running so i don't think adding load balancer is good approach and I don't have any domain name to point to ...
Magdaleno asked 18/3, 2021 at 7:41

4

Solved

I have a JBoss AS7 connecting to AWS and specifically to S3 over the AWS SDK for Java, I have the access and secret keys, and everything runs fine. I use the S3 for various file sharing. The JBoss'...
Lothians asked 22/6, 2020 at 7:31

6

Solved

I try to start the cfn-init with: Fn::Base64: !Sub | #!/bin/bash sudo apt-get -y install python-setuptools mkdir aws-cfn-bootstrap-latest curl https://s3.amazonaws.com/cloudformation-examples...
Subscription asked 11/4, 2018 at 9:41

2

Solved

I am having a little trouble setting up the static folders on elastic beanstalk for a django app I created. I manged to get the app to run without any of the css/js/etc. My file structure is: |.e...

4

Solved

I have a volume of 250 gb initially in one of my ec2 instance. I have increased the volume to 300gb. I could able to see that 300gb using the below command But when i do df-h command i could not ...
Seagoing asked 2/6, 2020 at 6:47

2

I am trying to find a faster way to count all of the objects within an s3 bucket using Amazon's AWS SDK. private static int getBucketFileCount(AmazonS3 s3, ListObjectsV2Request req) { ListObjects...
Magnoliamagnoliaceous asked 23/8, 2017 at 20:56

2

Solved

https://wincent.com/wiki/HTTPS_access_to_Amazon_S3_buckets http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html Is there any way to use the Java SDK to generate a presigned S3 temporary...
Festus asked 19/10, 2017 at 22:5

2

Any idea why AWS Lambda functions are unable to publish messages to RabbitMQ using the amqp protocol? (I'm using the node.js runtime with the node amqplib runtime) When using the code from my loc...
Beaux asked 18/8, 2016 at 8:49

5

Unfortunately i cannot use AWS SDK and i must use REST API AWS services(i am working with Flutter WEB). So i start to do research on aws docs and this is what i did: Create bucket. make all permi...
Impenetrability asked 3/9, 2020 at 10:27

2

I have a ecs cluster and have some services running, and I needed to update the container port from 80 to 7001. So I tried creating a new revision of the task definition but I get the below error: ...
Roswell asked 21/3, 2021 at 14:54

1

I'm looking for a way to connect to a server with VSCode without an SSH key. One way is to enable password authentication which I'd rather avoid. The servers are on company LAN but I still don't wa...
Mauretta asked 22/2, 2020 at 5:34

3

Solved

I'm a Ruby dev moving over to Clojure and I'm having trouble understanding how to translate the following Java call into Clojure based on the conventions used in the Clojure library Amazonica. Ama...
Puncture asked 5/2, 2015 at 9:26

© 2022 - 2024 — McMap. All rights reserved.