Skip to content

Commit 5e33b7e

Browse files
Fix: question226 correct answer (#2)
1 parent 5ba353d commit 5e33b7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
329329
| 223 | [[...] is a fast, flexible, fully managed push messaging service.](#-is-a-fast-flexible-fully-managed-push-messaging-service)
330330
| 224 | [You are tasked with setting up a Linux bastion host for access to Amazon EC2 instances running in your VPC. Only clients connecting from the corporate external public IP address 72.34.51.100 should have SSH access to the host. Which option will meet the customer requirement?](#you-are-tasked-with-setting-up-a-linux-bastion-host-for-access-to-amazon-ec2-instances-running-in-your-vpc-only-clients-connecting-from-the-corporate-external-public-ip-address-723451100-should-have-ssh-access-to-the-host-which-option-will-meet-the-customer-requirement)
331331
| 225 | [How can you secure data at rest on an EBS volume?](#how-can-you-secure-data-at-rest-on-an-ebs-volume)
332-
| 226 | [Is there a method in the IAM system to al low or deny access to a specific instance?](#is-there-a-method-in-the-iam-system-to-al-low-or-deny-access-to-a-specific-instance)
332+
| 226 | [Is there a method in the IAM system to allow or deny access to a specific instance?](#is-there-a-method-in-the-iam-system-to-allow-or-deny-access-to-a-specific-instance)
333333
| 227 | [Using Amazon IAM, can I give permission based on organizational groups?](#using-amazon-iam-can-i-give-permission-based-on-organizational-groups)
334334
| 228 | [Which services allow the customer to retain full administrative privileges of the underlying EC2 instances? (Choose 2 answers)](#which-services-allow-the-customer-to-retain-full-administrative-privileges-of-the-underlying-ec2instanceschoose-2-answers)
335335
| 229 | [While launching an RDS DB instance, on which page I can select the Availability Zone?](#while-launching-an-rds-db-instance-on-which-page-i-can-select-the-availability-zone)
@@ -2779,11 +2779,11 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
27792779

27802780
**[⬆ Back to Top](#table-of-contents)**
27812781

2782-
### Is there a method in the IAM system to al low or deny access to a specific instance?
2782+
### Is there a method in the IAM system to allow or deny access to a specific instance?
27832783

27842784
- [ ] Only for VPC based instances.
2785-
- [ ] Yes.
2786-
- [x] No.
2785+
- [x] Yes.
2786+
- [ ] No.
27872787

27882788
**[⬆ Back to Top](#table-of-contents)**
27892789

0 commit comments

Comments
 (0)