For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
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
- InfluxDB on AWS v3 can be installed via console. But the current CDK and CloudFormation seems not to support InfluxDB on AWS v3. I tried different ways CDK, CloudFormation, CLI without success. The...
- Whenever I visit cloud9 environment the option of selecting region disappears from the console. I have to go to a new tab to show again. through the AgentCore Gateway? The use case: agents needing to access AWS KB or other services a...
- how to use AWS CLI to get DMS task logs
- I'm looking to connect Claude AI to Amazon Athena using an AWS-hosted MCP (Model Context Protocol) server. My goal is to allow Claude to: * Discover Athena schemas and tables * Execute SQL queries *...
- Hello, I am upgrading one of my projects from .Net 8.0 to .Net 10.0 framework. I use Codebuild to build and deploy the project. On referring to the AWS Codebuild doco, it looks like .Net SDK 10.0 is ...
- Stuck on my Secure S3 Static Website deployment with GitHub Actions 😮💨 Pipeline fails at Configure AWS credentials with: “Input required and not supplied: aws-region” If you’ve solved this before, ...
- Hello everyone, I would like to ask why the aws login command (in WSL or PowerShell), after entering the password and token, takes around 20–40 seconds. Also, when we run a git clone, the download spe...
- 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 ...
Recent Knowledge Center content
see all1 / 18
Recent articles
see all1 / 18
- jonthomascampbellEXPERTpublished a month ago0 votes65 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 4 months ago1 votes521 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 4 months ago0 votes243 viewsFor platform engineers and security architects looking to embed automated security controls into development workflows.
- SurbhiEXPERTpublished 5 months ago0 votes256 viewsLaunch of a new application monitoring capability in Amazon CloudWatch
- Purnaresa YEXPERTpublished 6 months ago0 votes873 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 7 months ago0 votes718 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 8 months ago5 votes83.5K viewsHow I built a complete AI Compliance Auditor MVP using Kiro's spec-driven development approach
- hrjainEXPERTpublished 9 months ago1 votes641 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 9 months ago1 votes294 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 9 months ago2 votes315 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 9 months ago1 votes263 viewsOn May 16, 2025, Lambda was added to CodePipeline's deploy stage.
- Riku_KobayashiEXPERTpublished 10 months ago0 votes663 viewsI created a sample configuration to push container images to ECR using GitHub Actions.
- Vitor CastellaniEXPERTpublished a year ago0 votes1.5K 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 votes2.1K 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 votes540 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 votes597 viewsQuickly examine the amount of persistent storage thats available for an AWS CloudShell session
- WeiEXPERTpublished a year ago1 votes1.4K 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 votes317 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 2 years 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.2K 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
