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...
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
//...
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
...
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...
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...
EXPERT
published 11 days ago0 votes51 views
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...
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...
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...
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...
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...
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...