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...
0
answers
0
votes
79
views
asked 2 months ago
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...
1
answers
0
votes
256
views
asked 6 months ago
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...
1
answers
3
votes
238
views
asked 7 months ago
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...
1
answers
0
votes
269
views
profile picture
asked 8 months ago
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:...
1
answers
0
votes
1513
views
profile picture
asked 9 months ago
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...
1
answers
0
votes
781
views
profile picture
asked a year ago
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...
0
answers
0
votes
125
views
profile picture
asked a year ago
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...
1
answers
0
votes
473
views
profile picture
Arjun
asked a year ago
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...
2
answers
0
votes
440
views
profile picture
Arjun
asked a year ago
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...
0
answers
0
votes
152
views
profile picture
Arjun
asked a year ago
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...
1
answers
0
votes
630
views
profile picture
Arjun
asked a year ago
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...
1
answers
0
votes
444
views
profile picture
Arjun
asked a year ago