From 49bfbda1d413fced9bc3642e1f653568f3c7fec8 Mon Sep 17 00:00:00 2001 From: Md Shamim Date: Fri, 25 Aug 2023 05:00:25 +0900 Subject: [PATCH] Update README.md (#10203) * Update README.md * Update AWS README.md Added answers of a question regarding "tenancy" --- topics/aws/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topics/aws/README.md b/topics/aws/README.md index 69f8407..e6e431f 100644 --- a/topics/aws/README.md +++ b/topics/aws/README.md @@ -1112,6 +1112,8 @@ Use Elastic IP which provides you a fixed IP address.
When creating a new VPC, there is an option called "Tenancy". What is it used for?
+ +[AWS Docs](https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html): `Tenancy` option defines if EC2 instances that you launch into the VPC will run on hardware that's shared with other AWS accounts or on hardware that's dedicated for your use only.
@@ -1851,7 +1853,7 @@ False. It's disabled by default
True or False? In regards to cross zone load balancing, AWS charges you for inter AZ data in network load balancer but no in application load balancer
-False. It charges for inter AZ data in network load balancer, but not in application load balancer +True. It charges for inter AZ data in network load balancer, but not in application load balancer