All Content tagged with CI/CD Tools
Content language: English
Select up to 5 tags to filter
Sort by most recent
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...
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:...
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...
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...
Hi AWS, I am deploying a windows service using CI/CD pipeline in EC2 Windows instance. The instance size is `t2.micro` and using 2022 Base AMI. The weird part is the commands are executing...
Hi AWS, can you please provide me with GitHub Actions code for:
1. To deploy .NET app on IIS on EC2 Windows server.
2. Windows service for .NET on EC2 Windows server.
I am not sure about second...
Hi AWS, I am building a CI/CD pipeline for the .NET web app and while deploying the app to IIS server I am facing this issue as highlighted in the screenshot. Having said that the GitHub Actions...
Hi AWS, I want to test a sample app as part of POC on the enterprise EC2 instances (both Linux and Windows). Having said that I want to build CI/CD for the app on both platforms using GitHub Actions...