Skip to content

All Content tagged with DevOps

Deliver applications at high velocity with these tooling and infrastructure resources

Content language: English

Filter content
Select tags to filter
Sort by
Sort by most recent
1580 results
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
30
views
asked 11 days 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
15
views
asked 11 days 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
22
views
asked 11 days ago
I have an AWS Site-to-Site VPN using static routing and IKEv1 with a Fortinet customer gateway. The tunnel goes down and back up roughly every 1 hour. From the Fortinet side, everything looks normal (...
1
answers
0
votes
27
views
asked 15 days ago
When attempting to compile Go programs that import github.com/aws/aws-sdk-go-v2/service/ec2 in AWS CodeBuild using BUILD_GENERAL1_SMALL compute type (3 GB RAM, 2 vCPU), the build fails with the...
1
answers
0
votes
27
views
asked 16 days ago
As cloud adoption matures, learning is shifting from service-level knowledge to architecture, automation, and accountability. In your view, which areas should cloud learners focus on for 2026? - Cl...
1
answers
0
votes
76
views
asked a month ago
Issue: Attempting to run Xvfb (xorg-x11-server-Xvfb) within an AWS Lambda Docker container (Node.js 20 / AL2023) fails with a fatal keyboard initialization error. Error Logs: ``` _XSERVTransmkdir: ER...
0
answers
0
votes
84
views
asked a month ago
Hi AWS Support Team, as AWS Lambda approaches end-of-life for the Python 3.9 runtime, we understand that: 1. New Lambda functions using Python 3.9 cannot be created after January 15, 2026. 2. Existing...
1
answers
-1
votes
250
views
asked a month ago
Hi everyone, I’m running a Java application on an AWS EC2 instance. The setup involves building the project with Maven(mvn) and deploying it on Tomcat. The problem I’m facing is that sometimes, afte...
2
answers
0
votes
56
views
asked a month ago
I have a question with using the API. I created a Discord Bot that would scan selected Product types and update channels for Products that are on sale with Affiliate tag. It was working when I first c...
1
answers
0
votes
31
views
asked 2 months ago
How can I customize in CDK to specify my own ECR repository , docker build and push commands? I am using CDK typescript with Github actions . Are there any examples available?
1
answers
0
votes
70
views
asked 2 months ago
I am trying to deploy a chatbot for one of our customers.my stack formation for the AWS lex UI keeps on failing..how can I resolve this or is this a general issue from AWS?
3
answers
0
votes
42
views
asked 2 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 132
  • Page size
    12 / page