AWS


Import Existing VPCs and Subnets into a CDK Python Project

programmingawssoftware-development

AWS Icons for Designs and Presentations (Great AWS Resource)

A Great AWS Resource for designers

awsclouddesign

How to Setup AWS Amplify Infrastructure with Terraform

A short tutorial on setting up the Terraform infrastructure required for a static web app built with React. The article focuses on the Terraform code and settings needed to set up an AWS Amplify project for continuous deployment. The AWS Amplify project makes use of CodeCommit as a source repository.

awssoftware-engineeringweb-development

Choosing between AWS PrivateLink and Transit Gateway

When connecting your AWS environment to a SaaS solution in another AWS account, what do you say if you get asked whether you want to use AWS PrivateLink, Transit Gateway (TGW), or VPC Peering to…

awscloud-computingamazon-web-services

AWS Lambda Testing and Debugging using IntelliJ, AWS SAM, and Docker

AWS Lambda is very popular nowadays. It is easy to develop and deploy without any hassle with providing and maintaining infrastructure. But sometimes it is difficult to test and debug your Lambda code locally on a PC. Here I will show you how to configure your PC to be able to test and debug AWS Lambda.

awslambdajava

Have your Lambda Functions Connect to RDS through RDS Proxy

With sample Terraform code for your AWS serverless project

awsprogrammingaws-lambda

Fast Way to Fix AWS EC2 Instance Error: 'No space left on the disk'

A step-by-step guide to fixing AWS EC2 instance error: 'No space left on the disk'.

awslinuxjenkins

How to Change Sharding of Existing Indices on an Elasticsearch Cluster

awselasticsearch

AWS IAM Role Chaining

Use an IAM role to assume another IAM role

awsiamsecurity

AWS ECS Cluster using the EC2 Launch Type

The diagram below shows you what exactly I will create in this tutorial. I will create a cluster in one region spreading instances across three availability zones. All instances will be isolated…

awsprogrammingcloud-computing