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 Rest API with Lambda and Amazon API Gateway REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems and was first presented by Roy Fielding in 2000 in his famous dissertation. Like any
aws Lambda Functions AWS Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code only when needed and scales automatically, from a few requests
aws S3 Encryption Data protection refers to protecting data while in-transit (as it travels to and from Amazon S3) and at rest (while it is stored on disks in Amazon S3 data centers)
aws AWS Key Management Service (KMS) AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your
aws AWS IAM AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely. Using IAM, you can create and manage AWS users and groups, and use
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 AWS Classic Load Balancer AWS Classic Load Balancer is part of the Elastic Load Balancing services provided by AWS. Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2
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 S3 CLI Multi-part Upload The multipart upload API enables you to upload large objects in parts Multipart upload is a three-step process: You initiate the upload, you upload the object parts, and after you
aws AWS S3 Cross-Region Replication (CRR) Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Buckets that are configured for object replication can be owned by the same AWS account or by different accounts.
aws Using s3 to host a static website In this post we going to use AWS S3 (Simple Storage Service) to host static content, this might also contain client-side scripts. What is s3 ? Amazon S3 has a simple
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