All Content tagged with Containers

Run containers securely, reliably, and at scale

Content language: English

Select up to 5 tags to filter
Sort by most recent
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...
1
answers
0
votes
33
views
profile pictureAWS
EXPERT
AmerO
asked 17 days 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
47
views
Sixa
asked 19 days 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
45
views
Elliot
asked 20 days 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
60
views
byond
asked 21 days 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...
1
answers
0
votes
69
views
asked 23 days 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
92
views
mpung
asked 25 days 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
108
views
asked a month 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...
2
answers
0
votes
145
views
asked a month 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
245
views
Bredda
asked a month 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...
3
answers
0
votes
171
views
Suman
asked a month 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...
1
answers
0
votes
428
views
asked a month ago