By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions tagged with Containers

Run containers securely, reliably, and at scale

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

781 results
Let's suppose I have a greengrass component dependent on the docker application manager and I use `docker compose` for container orchestration. ``` --- RecipeFormatVersion: '2020-01-25' ComponentName:...
1
answers
0
votes
70
views
asked 3 months ago
I have an ECS service running tasks on Fargate. I have multiple tasks running for the service during the time I want to introduce a change in memory. Let's say currently they are 1GB but the latest de...
1
answers
0
votes
77
views
profile pictureAWS
EXPERT
asked 3 months ago
Hi there. I'd like to route all outbound traffic of a service or task through a HTTP proxy already established. I have the proxy FQDN and port. What can I do from this point?
1
answers
0
votes
116
views
asked 3 months ago
So i currently have nice dcv running in my docker container on EC2, in running my docker, i am using `--network=host` which works on one container, i can then open the IP:PORT of my ec2 instance and ...
1
answers
0
votes
157
views
asked 3 months ago
Hello AWS Community, I'm currently experiencing network connectivity issues with Docker containers running on an Ubuntu instance on AWS Lightsail. Here's the situation: ### Problem Description: * I ...
3
answers
0
votes
145
views
asked 3 months ago
I have a .NET API application deployed as an ECS Fargate task. This task makes internal calls to an on-premises server. The ECS task is hosted in a VPC with a private subnet and connects to the on-pre...
1
answers
0
votes
113
views
asked 3 months ago
Hello, I have a component that gets deployed to a dev environment. The component depends on the docker application manager and deploys a number of containers from ECR. In the component recipe, I have...
1
answers
0
votes
138
views
asked 3 months ago
My certificate on my container service was expired and I needed to replace it manually what I wondered about already. I removed it from my account and created a new certificate with my custom domain. ...
2
answers
0
votes
148
views
asked 3 months ago
I am trying to connect to an ECS task. The EC2 instance is in a public subnet, and the security group allows outbound traffic to any IP, as shown in the attached image. The task definition is configur...
2
answers
0
votes
191
views
asked 4 months ago
Hi, I currently setting up a code pipeline that would update my current running service with the latest docker image on each of my ECS's. I am currently struggling to get this right because the way I...
6
answers
0
votes
546
views
asked 4 months ago
Hello Everyone , I have a t2.xlarge spot instance in oregon region. I am running a docker container named as blender in that Ec2. When i am running the same docker containe...
3
answers
0
votes
392
views
asked 4 months ago
I am trying to create a pod from another pod which is running using python script. When I do this: ``` # Load the in-cluster config config.load_incluster_config() ``` as well as ``` # Load th...
1
answers
0
votes
518
views
asked 4 months ago