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