Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
Developer Tools
Host code, build, test, and deploy your applications quickly and effectively with AWS Developer Tools. Leverage core tools like software development kits (SDKs), code editors, and continuous integration and delivery (CI/CD) services for DevOps software development. Use machine learning (ML)-guided best practices and abstractions to improve agility, security, velocity, and code quality.
Recent questions
see all1 / 18
- Hello We are an amazon associates running PA API 5.0 for years without any issues. Recently amazon announced it is moving to New CREATOR API - we have turned it "ON", created the application and got...
- Hi All, We are looking for guidance and best practices to implement end-to-end monitoring and observability across our AWS environment. Current State: 1. 90+ AWS accounts 2. Multiple environments: D...
- I am using a free tier account with sufficient credits. When I try to use code artifact I get this screen.  I hav...
- **TL;DR** For long-running, streaming MCP workloads, Lambda Function URLs currently appear more reliable than API Gateway REST APIs due to timeout and response size constraints. I’m implementing an M...
- [stdout] all_objects = s3.list_objects(Bucket =bucket_name, Prefix='topics/',Delimiter='/') [stdout] File "/usr/local/lib/python3.10/dist-packages/botocore/client.py", line 602, in _api_call [stdout] ...
- Event logs Event details Error code ScriptFailed Script name deployment/scripts/validate_service.sh Message Script at specified location: deployment/scripts/validate_service.sh run as user ubuntu fail...
- 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...
- #!/bin/bash set -euo pipefail # ========================= # Configuration # ========================= APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="appr" S3_BUCKET="codedeploy" AWS_REGION="us-east-1"...
- sh file used is #!/bin/bash set -euo pipefail ========================= Configuration ========================= APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="app" S3_BUCKET="codedeploy" AWS_REGION="u...
- 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 ...
- #!/bin/bash set -euo pipefail APPLICATION_NAME="app" DEPLOYMENT_GROUP_NAME="app" S3_BUCKET="codedeploy" AWS_REGION="us-east-1" COMMIT_ID=$(git rev-parse --short HEAD) ENVIRONMENT="uat" ZIP_NAME="ba...
- using below ec2 config in cdk code while creating ec2 for code deploy # ========================= # EC2 CONFIG # ========================= ami = ec2.MachineImage.generic_linux...
- need to use code deploy to deploy on ec2 in place by cdk please provide stacks for both ec2 and codedeploy as getting error “CodeDeploy agent was not able to receive the lifecycle event” for current s...
- #!/usr/bin/env python3 from aws_cdk import ( Stack, RemovalPolicy, aws_iam as iam, aws_s3 as s3, aws_codedeploy as codedeploy, ) from constructs import Construct class CodeDeploy...
- which iam policy to be used for ec2 to access codedeploy by cdk
- # IAM Role for EC2 instances ec2_role = iam.Role( self, "ec2Role", assumed_by=iam.ServicePrincipal("ec2.amazonaws.com"), managed_polic...
- #### Context I'm configuring self-hosted Github Actions runner on CodeBuild. The repository is a private repo in my organization. #### Issue Github Actions Runner does not spin up #### Log Failed to...
- 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...
Recent Knowledge Center content
see all1 / 18
Recent articles
see all1 / 18
- jonthomascampbellEXPERTpublished 15 days ago0 votes40 viewsAmazon EC2 instances that stop cleanly a few minutes after startup are often misinterpreted as experiencing infrastructure instability or hypervisor issues. In many cases, however, this behavior is ca...
- AWS OFFICIALUpdated 3 months ago1 votes465 viewsThis article explains how to use AWS Managed Services (AMS) to address security and compliancy findings from Cloud Security and Compliance Automation Platform Ecosystem (CloudSCAPE) assessments.
- Purnaresa YEXPERTpublished 3 months ago0 votes198 viewsFor platform engineers and security architects looking to embed automated security controls into development workflows.
- SurbhiEXPERTpublished 4 months ago0 votes213 viewsLaunch of a new application monitoring capability in Amazon CloudWatch
- Purnaresa YEXPERTpublished 5 months ago0 votes743 viewsSecurity engineers and DevOps teams may need to integrate AWS application logs with their existing SIEM infrastructure or just put the logs on S3 for long-term archival.
- NiharSUPPORT ENGINEERpublished 6 months ago0 votes598 viewsAs AWS CodeBuild has adopted BuildKit to empower customers with these modern capabilities, understanding how to properly enable and utilize it becomes crucial for development teams. This article provi...
- Vivek V [AWS Hero]EXPERTpublished 7 months ago5 votes81.5K viewsHow I built a complete AI Compliance Auditor MVP using Kiro's spec-driven development approach
- hrjainEXPERTpublished 8 months ago1 votes584 viewsThis article explains how AWS CloudShell enables secure access to private VPC resources, offering a simpler, more secure alternative to bastion hosts with zero infrastructure management.
- rajawsSUPPORT ENGINEERpublished 8 months ago1 votes274 viewsThis article demonstrates how to use Python and AWS Lambda to automate the deletion of Amazon Q data integrations in Amazon Connect. Using Python's boto3 library to call Amazon Connect APIs, this solu...
- rajawsSUPPORT ENGINEERpublished 8 months ago2 votes282 viewsWhen attempting to delete Amazon Q data integrations in Connect, users may encounter the error "Failed to delete DataIntegration with name: <>. An DataIntegration with DataIntegrationAssociations cann...
- Riku_KobayashiEXPERTpublished 8 months ago1 votes253 viewsOn May 16, 2025, Lambda was added to CodePipeline's deploy stage.
- Riku_KobayashiEXPERTpublished 9 months ago0 votes616 viewsI created a sample configuration to push container images to ECR using GitHub Actions.
- Vitor CastellaniEXPERTpublished a year ago0 votes1.4K viewsThis article is for AWS S3 and CLI users who need clear, practical guidance on S3 Table Bucket operations. It bridges the gap between official documentation and real-world usage, helping you maintain ...
- Naresh RajaramEXPERTpublished a year ago0 votes2K viewsThis article helps AWS customers understand when to use standard Amazon SageMaker training jobs versus Amazon SageMaker HyperPod for their machine learning workloads. As organizations scale their ML o...
- Henrique SantanaEXPERTpublished a year ago1 votes537 viewsAt AWS re:Invent 2024, Steven David and Lucy Hartung presented an insightful session on leveraging AWS observability tools to gain actionable insights into Amazon Elastic Container Service (ECS) workl...
- anupsivadasEXPERTpublished a year ago0 votes566 viewsQuickly examine the amount of persistent storage thats available for an AWS CloudShell session
- WeiEXPERTpublished a year ago1 votes1.3K viewsFor Github Organiation repo, each of aws accounts should have their own repositories visible in the GitHub organization. So each account will have their bubble of access Github repositories. (GitHub ...
- GKEXPERTpublished a year ago0 votes289 viewsThe article shares how using Git's `cherry-pick` helped me apply specific IaC changes from a `test` branch to `master` without merging all changes, streamlining my workflow. It highlights the efficien...
Recent selections
see all1 / 2
- AWS OFFICIALUpdated a year ago3 votes3.1K viewsAWS CodeCommit is no longer available to new customers. Existing customers of CodeCommit can continue to use the service as normal. Review this selection to learn more.
- AWS OFFICIALUpdated 2 years ago0 votes8.1K viewsDo you want to build, deploy, and develop .NET applications on AWS? AWS provides tools to make it easier for developers to develop, debug, and deploy .NET applications.
1 / 18
Didier Durand
EXPERTsecondabhi_aws
EXPERTGiovanni Lauria
EXPERTGreg
EXPERTOsvaldo Marte
EXPERTAdeleke Adebowale .J.
EXPERTTushar Jagdale
EXPERTIndranil Banerjee AWS
EXPERTMassimilianoAWS
EXPERTGK
EXPERTGunasekaran, Makendran
EXPERTThanniru Anil Kumar
EXPERTMax Clements
EXPERTNARRAVULA MUNI SAI TEJA
EXPERTkranthi putti
EXPERTAndrii
EXPERT
Learn AWS faster by following popular topics
1 / 4
