Skip to content

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

Filter content
Select tags to filter
Sort by
Sort by most recent
465 results
Hi AWS experts, can you help answer this for me? I am looking for guidance on implementing blue-green deployments for a containerized application using ECS Fargate with CodeDeploy, where the applicati...
2
answers
0
votes
82
views
asked 2 months ago
AWS
Ayeon KimSUPPORT ENGINEER
published 2 months ago0 votes105 views
This article provides a user-data script and setup steps for automatically installing the CodeDeploy agent with debug logging enabled and delivering CodeDeploy-related logs to CloudWatch Logs via the ...
Hi, I am upgrading my API Service Application from .Net 8.0 to .Net 10.0. Below is how the code looks like-- 1. There is a Powershell script which deploys the application and below piece of code exec...
2
answers
0
votes
55
views
asked 2 months ago
Hello, I am upgrading one of my projects from .Net 8.0 to .Net 10.0 framework. I use Codebuild to build and deploy the project. On referring to the AWS Codebuild doco, it looks like .Net SDK 10.0 is ...
2
answers
0
votes
228
views
asked 3 months ago
[stdout] all_objects = s3.list_objects(Bucket =bucket_name, Prefix='topics/',Delimiter='/') [stdout] File "/usr/local/lib/python3.10/dist-packages/botocore/client.py", line 602, in _api_call [stdout] ...
1
answers
0
votes
36
views
asked 4 months ago
Event logs Event details Error code ScriptFailed Script name deployment/scripts/validate_service.sh Message Script at specified location: deployment/scripts/validate_service.sh run as user ubuntu fail...
1
answers
0
votes
45
views
asked 4 months ago
need to deploy code using code deploy via deployment.sh file give .sh file which will be able to zip code with code deploy files created in repo like appsec.yml,stop-server.sh,etc and push to s3 which...
1
answers
0
votes
55
views
asked 4 months ago
#!/bin/bash set -euo pipefail # ========================= # Configuration # ========================= APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="appr" S3_BUCKET="codedeploy" AWS_REGION="us-east-1"...
1
answers
0
votes
49
views
asked 4 months ago
sh file used is #!/bin/bash set -euo pipefail ========================= Configuration ========================= APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="app" S3_BUCKET="codedeploy" AWS_REGION="u...
1
answers
0
votes
27
views
asked 4 months ago
below is code deploy cdk stack which is used #!/usr/bin/env python3 from aws_cdk import ( Stack, RemovalPolicy, aws_iam as iam, aws_s3 as s3, aws_codedeploy as codedeploy, ) from ...
1
answers
0
votes
36
views
asked 4 months ago
#!/bin/bash set -euo pipefail APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="app" S3_BUCKET="codedeploy" AWS_REGION="us-east-1" COMMIT_ID=$(git rev-parse --short HEAD) ENVIRONMENT="uat" ZIP_NAME="ba...
1
answers
-1
votes
44
views
asked 4 months ago
using below ec2 config in cdk code while creating ec2 for code deploy # ========================= # EC2 CONFIG # ========================= ami = ec2.MachineImage.generic_linux...
1
answers
-1
votes
46
views
asked 4 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 39
  • Page size
    12 / page