ecs-refarch-continuous-deployment icon indicating copy to clipboard operation
ecs-refarch-continuous-deployment copied to clipboard

ECS Reference Architecture for creating a flexible and scalable deployment pipeline to Amazon ECS using AWS CodePipeline

Results 13 ecs-refarch-continuous-deployment issues
Sort by recently updated
recently updated
newest added

I would like to use a similar architecture to deploy my application to ECS in another account, that way I would have the source (in my case, CodeCommit) and CodeBuild...

This used to work fine till last week. today am getting S3 Error access denied. "You must specify a Stack ID. Displaying your Stacks page. S3 error: Access Denied "

Access to S3 is denied. Can you provide the access to S3?

Hi! Can you help me! How can add codeCommit instead for GitHub?

Am getting S3 Access denied error. Can you please check this.

Removed mappings and added SSM Parameter as this will dynamically allow for the latest ecs-optimized-ami each time. - /aws/service/ecs/optimized-ami/amazon-linux-2/gpu/recommended/image_id - /aws/service/ecs/optimized-ami/amazon-linux-2/arm64/recommended/image_id - /aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id - /aws/service/ecs/optimized-ami/amazon-linux/recommended/image_id Note: Your user account must...

Hi folks, Is it possible to update this with a reference implementation for automatically rolling back to a previous version when the ECS deployment fails? Better still, to also run...

Hello, I'm kind of new into the Cloudformation helper-scripts. Correct me if i'm wrong, but i realized that in the conf file **"/etc/cfn/hooks.d/cfn-auto-reloader.conf"** the path should point to the actual...

How should one go about implementing version control for CF templates? For example, would it be possible to create a CodePipeline that connects to a GitHub repo where the templates...

I have a containerized ASP.NET Core 2.1 Web API with the following Dockerfile: ```dockerfile FROM microsoft/dotnet:2.1-sdk-alpine AS build # Set working directory within container WORKDIR /app # Copy files COPY...