aws AWS DataSync AWS DataSync is an online data transfer service that simplifies, automates, and accelerates moving data between on-premises storage systems and AWS Storage services, as well as between AWS Storage services.
aws AWS Create a VPC Endpoint to connect a EC2 instance in a private network to S3 A VPC endpoint enables private connections between your VPC and supported AWS services and VPC endpoint services powered by AWS PrivateLink. AWS PrivateLink is a technology that enables you to
aws Amazon Elastic Container Service (ECS) Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. Customers such as Duolingo, Samsung, GE, and Cookpad use ECS to run their most sensitive and mission
aws AWS Elastic Container Registry (ECR) Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy to store, manage, share, and deploy your container images and artifacts anywhere. Amazon ECR eliminates
aws AWS Global Accelerator AWS Global Accelerator is a networking service that sends your user’s traffic through Amazon Web Service’s global network infrastructure, improving your internet user performance by up to 60%
aws Transit Gateway AWS Transit Gateway connects VPCs and on-premises networks through a central hub. This simplifies your network and puts an end to complex peering relationships. It acts as a cloud router
aws AWS EFS Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources. It is built to scale
aws Create an AWS Network Load Balancer with EIP A Network Load Balancer functions at the fourth layer of the OSI model (Open Systems Interconnection). It can handle millions of requests per second. After the load balancer receives a
aws AWS WAF & Shield WS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to an Amazon CloudFront distribution, an Amazon API Gateway REST API,
aws AWS Application Load Balancer with path routing There is various uses for AWS Application Load Balancer one is to routing by path, in this lab we going to learn how to make a simple use case, distribute
aws AWS Application Load Balancer Application Load Balancer operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request. Ideal
aws File Gateway File Gateway provides a seamless way to connect to the cloud in order to store application data files and backup images as durable objects in Amazon S3 cloud storage. File
aws AWS Elastic Block Storage (EBS) EBS is a AWS service design to use with EC2, EBS volumes are replicated within an Availability Zone (AZ) and can be escalate to petabytes of data. You can choose
aws AWS Launch Templates A Launch template help us to make a template for EC2 instances, and save instance configurations that we need to use over and over again, it also helps to used
aws AWS Placement Groups A placement group is a configuration for the EC2 instances, and this configuration are for the tightly-coupled instances, to archive the maximum throuthput and latency. We have three types of
aws Create a VPC Peering Connection between two AWS Regions In this post we going to learn how to connect two VPC across the same Region, inter-region and AWS accounts, this will allow to route traffic between IPv4 and IPv6
aws Creating Virtual Private Cloud (VPC) with public and private sub-networks in AWS In this laboratory, we going to create a VPC from scratch, one private sub-network and one public sub-network. Let analyze a simple user case, we need to have a web
aws Setup a Web server using AWS EC2 In this post we going to use AWS Cloud services to deploy a simple web server using nginx. In this laboratory we going to start our journey in AWS making