Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with AWS CodeDeploy
AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.
Content language: English
Select tags to filter
Sort by most recent
436 results
During the setup of AWS Code Deploy, the authentication process with my GitHub account became unresponsive at the confirmation page. Any idea about that. Kindly help me.If i clicked the cancel or conf...
Hi,
After updating to the latest amazon linux 2023 version I am having 502 bad gateway errors happen for around 1 minute during every deploy. I have tried setting RuntimeDirectoryPreserve=yes as I th...
Hi,
I recently provisioned a new **t4g.medium** EC2 instance (ARM64) as a production server and installed Ubuntu 24.04.1 LTS version on it. While working on the existing AWS CodePipeline for our web ...
am using 4 gpu g5.12xlarge instance to train object detection models. each iteration takes 1 sec. this week when i started new training in 3 different instances. training is taking more time. 2.5 sec ...
I want to know if this is possible. So in my dissertation i want to make a print server. I have a a printer which is very old and it connect to my pc with cable. So its possible to make a printer serv...
Hi all
Can I create codedeploy endpoint using cli? I don't see it from the list - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/deploy/index.html.
Thanks.
I am getting this error every time I deploy an app in the pipeline:
*The provided role does not have the elasticbeanstalk:CreateApplicationVersion permission*
I tried to add a new policy with just one...
Created CodeDeploy Application and deployment group for a single EC2 instance, the deployment group has AWSCodeDeployRole and EC2 instance has AmazonEC2RoleforAWSCodeDeploy I manually installed codede...
Hi there,
I have a CodePipeline set up that is supposed to take my Next.js application from Git and deploy it to my EC2 instance. The pipeline fails during the Deploy stage, in the Install event. The...
Hi - I am encountering an error when running a CodePipeline that uses CodeDeploy to perform a blue/green deployment to ECS. It fails at step 3 'Rerouting production traffic to replacement task set' w...
I'm new to AWS and have successfully deployed my Django application on an AWS Fargate cluster. My pipeline runs smoothly through the Source and Build stages, but the Deploy stage consistently fails wi...
I want to know any Blue/Green deployment and practices AWS offers?