Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with CI/CD Tools
Content language: English
Select tags to filter
Sort by most recent
39 results
EXPERT
published 2 days ago0 votes25 views
I created a sample configuration to push container images to ECR using GitHub Actions.
Is there a documented pattern for this?
Mono-repo with multiple services, some small, some large.
Goal is to have the ability to fully deploy from an empty account in some environments e.g. full CI...
Hi,
1. Where can I find more information on integrating SOCI index builder with CI/CD pipeline?
2. We have ECR repositories with multiple images with different versions. Will SOCI index builder creat...
Hello, a team is contemplating breaking down a monolith app to run as micro service on ECS. This requires a change in ways of working leading to questions;
1. Is there some guidance for git branching ...
I am using CodeCatalyst for a serverless application which uses CDK. I have two workflows - one for development and another for production. After deploying to development environment, I intend to use ...
My (Gitlab)CI is building containers using Dockerfiles. To use Pull-Through-Cache rules with ECR, how should I modify it?
1. Adapt the Dockerfile's FROM: statement?
For instance from FROM:php:fpm to...
I noticed CodeBuild recently launched a new Lambda Compute feature that provides faster build times. However, the doc also mentions that the feature has some limitations like max memory and timeout du...
Hi AWS, I am building CI/CD for my web applications using GitHub Actions. Right now the application(s) are not containerized. Is there a way where I can use some of the AWS agnostic services in order ...
Hi AWS, I am building a CI/CD pipeline for Windows Service to run in **Active Passive** strategy as part of Disaster Recovery using GitHub Actions. Here is the URL for the GitHub Repo: https://github....
Hi AWS, I am trying to create AMI for the EC2 server (Windows/Linux) where the GitHub Actions self-hosted runner is installed and now I need to know if I will create the snapshot and then AMI and then...
Hi AWS, I am building CI/CD pipeline for an ASP.NET 4.7 demo application. The URL for the same is https://github.com/arjungoel/HelloWorldSampleApp. Supposedly this project is for the clients I am supp...
Hi AWS, I am running a CI/CD pipeline using GitHub Actions to deploy Windows Service in .NET 4.7 Framework. The workflow file is having two jobs i.e. `build` job which is doing the build and uploading...