Cloud Computing
Deploying an AWS Autoscaling Group with Terraform
terraformawscloud-computing
Kubernetes: Deploying NGINX Pods
How to deploy a NGINX server with Kubernetes.
kubernetesnginxcloud
Introduction to AWS IAM AssumeRole
What is an AssumeRole?IAM AssumeRole is an AWS service that lets you delegate access to AWS resources without sharing your AWS account root user credentials.
awscloudamazon-web-services
How to copy a large file from SFTP server to AWS S3 using Lambda?
A guide to copying a large file from SFTP server to AWS S3 using Lambda.
aws-lambdas3sftp
How to Create Custom Nginx Docker Image
Creating Nginx Docker image with a custom index.html page
dockeraws-ecrdockerhub
IP Whitelisting Using AWS WAF
IP Whitelisting using AWS WAF with an example scenario.
awssecuritycloud-security
How to run an instance of Visual Studio Code over your network with AWS EC2
Learn how to invalidate the CloudFront cache manually i.e. directly in the AWS management console.
awsvs-codenetworking
Install Apache Server on Amazon Linux Using Ansible
How to create an Apache web server using Ansible.
awsdevopslinux
AWS CloudFormation Template for an Auto Scaling Group
awscloud-formationcloud-computing
Create a Custom Docker Image/Container & Push to AWS ECR
Build an image from a base image pulled from Docker Hub, create a container on a specified port from that image and push the image to Amazon ECR repository.
awsdockerdevops