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
463 results
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...
0
answers
0
votes
24
views
asked 2 days 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 ...
1
answers
0
votes
105
views
asked 23 days 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
29
views
asked a month 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
33
views
asked a month 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
38
views
asked a month 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
38
views
asked a month 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
19
views
asked a month 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
28
views
asked a month 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
29
views
asked a month 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
34
views
asked a month ago
#!/usr/bin/env python3 from aws_cdk import ( Stack, RemovalPolicy, aws_iam as iam, aws_s3 as s3, aws_codedeploy as codedeploy, ) from constructs import Construct class CodeDeploy...
2
answers
-1
votes
42
views
asked a month ago
which iam policy to be used for ec2 to access codedeploy by cdk
1
answers
-1
votes
26
views
asked a month ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 39
  • Page size
    12 / page