aws

AWS

Cloud services for building and running applications.

AWS CloudFormation templates, CDK configs, ECS task definitions, Lambda env vars, IAM policies and region-specific deployment recipes.

Configuration Recipes5

awsJavaScriptintermediate
Setting Up HTTPS for Node.js Express Applications on AWS

Learn how to configure HTTPS for your Node.js Express app running on AWS, utilizing Elastic Load Balancers for SSL termination.

AWS · Cloud & Infrastructure
awsJavaScriptintermediate
Implementing API Versioning in AWS API Gateway

Explore effective strategies for versioning REST APIs in AWS API Gateway, focusing on path-based versioning and its benefits.

AWS · Cloud & Infrastructure
awsBashbeginner
Troubleshooting SSH Access to Your Amazon EC2 Instance

Learn how to resolve common SSH access issues when connecting to your Amazon EC2 Linux instance, particularly related to private key permissions.

AWS · Cloud & Infrastructure
awsBashbeginner
Downloading All Files from an AWS S3 Bucket

Learn how to efficiently download all objects from an S3 bucket using the AWS CLI.

AWS · Cloud & Infrastructure
awsYAMLintermediate
Connecting Docker Containers to Host MySQL on AWS

Learn how to connect a Docker container running Nginx to a MySQL database hosted on the Docker host in AWS.

AWS · Cloud & Infrastructure