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 up to 5 tags to filter
Sort by most recent
I am using Blue/Green deployment for ECS service using AWS CodeDeploy, traffic shifted from blue to green, but after the shift, service metrics spiked. We are using step scaling, and the desired task...
0
answers
0
votes
12
views
asked a day ago
Firstly. i created an IAM user with permission `AmazonS3FullAccess`, then created a key with use case Local Code. After that, i copied all access key and secret key to my net core api ```cs //...
2
answers
0
votes
41
views
aka
asked 2 days ago
Hi #### Deploying node files to to ec2 without any build using code deployment #### The appspec.yml is like below ``` version: 0.0 os: linux files: - source: / destination: /var/www/html/myapi ...
2
answers
1
votes
27
views
Suresh
asked 4 days ago
Currently we have setup a code pipeline where the deployment stage is development, for deployment we use aws codedeploy, now i need to introduce staging and production in the deployment, but the...
3
answers
0
votes
30
views
asked 7 days ago
One of my websites is not able to open on PC Chrome in Malaysia, but working just fine outside Malaysia! However, in Malaysia, this website loads up and opens, using Mobile Chrome. When, I use a VPN...
1
answers
0
votes
35
views
Allen
asked 8 days ago
I want to build a deploy solution such that when code pipeline run, after pull code from git, I want to trigger lambda to start EC2 instance and tag it with key/value: like deploy = true. In...
1
answers
0
votes
44
views
asked 18 days ago
I use code pipeline to deploy app on ec2. Every deployments will store artifact in /opt/codedeploy-agent/deployment-root/deployment-group-id/deploymentID. I want to know that If I remove some...
3
answers
0
votes
42
views
asked 18 days ago
I encountered an issue with CodeDeploy where deployments are failing, and the error message is as follows: AfterInstall Failed Event details Error code ScriptFailed Script...
1
answers
0
votes
40
views
DD-Boom
asked 22 days ago
We have a server set up in the ECS environment with a read and write database configuration. For the past 15 days, we have been experiencing significantly low server response times. Despite our...
2
answers
0
votes
66
views
Nelson
asked a month ago
HI everyone, I want to up load binaries images to bucket (s3) using cURL and put from another server using python. I tried to many ways to do (Shell script, python) but I can't do it. Could you guide...
1
answers
0
votes
192
views
profile picture
asked a month ago
Hi there, We are using Terraform to setup one ASG per customer and then using CodeDeploy via CodePipeline to deploy revisions to all active instances within the ASGs. Previously, we had one...
1
answers
0
votes
88
views
Oliver
asked a month ago