Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion topics/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,8 @@ Use Elastic IP which provides you a fixed IP address.

<details>
<summary>When creating a new VPC, there is an option called "Tenancy". What is it used for?</summary><br><b>

[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.
</b></details>

<details>
Expand Down Expand Up @@ -1851,7 +1853,7 @@ False. It's disabled by default
<details>
<summary>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</summary><br><b>

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please explain the change in the details?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: 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.

  • Ans should be True

Ref:

  1. ALB
  2. NLB

</b></details>

<details>
Expand Down