Skip to content

Commit f070e0a

Browse files
committed
vault backup: 2025-07-22 14:31:55
1 parent 3720ba3 commit f070e0a

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

aws/s3-security/s3-vpce.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
dg-publish: true
3-
tags:
3+
tags:
4+
- todo
45
type:
56
date: 19th July 2025
67
done: false
78
---
8-
99
We can use IAM resource based policy to force the request to be only from a vpce.
10-
1110
aws:SourceVpce

aws/soa/clouformation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ Resources:
4343
### Important:
4444
- `DeletionPolicy` is per-resource.
4545
- Doesn’t protect from **explicit deletes** outside CloudFormation.
46-
- Doesn’t stop updates that **replace** the resource.
46+
- Doesn’t stop updates that **replace** the resource.
47+
48+
# Termination protection
49+
- If you attempt to delete a stack with termination protection enabled, the deletion fails and the stack - including its status - remains unchanged

aws/soa/direct connect and s3 vpce.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ done: false
1010
- Cross Network Connection
1111
- Public VIF
1212
- It's not possible to directly access an S3 bucket through a private virtual interface (VIF) using Direct Connect
13-
1413
# References
15-
- [[s3-vpce]]
14+
- [[s3-vpce]]
15+
- [[public endpoint with vpce]]
File renamed without changes.

aws/soa/taking application-consistent AMI.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ type:
55
date: 19th July 2025
66
done: false
77
---
8-
98
#ami
10-
Note
119
- AMI is **region specific** since they are stored in **S3**, **AMIs are basically ec2 config + its volume snapshots**
1210
- **No-Reboot** - AMI is taken as the instance is running, Not Application consistent
1311
- **Delete-on-termination**
12+
- Data cached by application or os might not be stored in ebs snapshots as it only cares about what stored in disks
1413

1514
| EBS Backed | Instance Store backed |
1615
| ------------------- | --------------------- |

aws/storage/ebs - types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It wasn’t a bad assumption for the general case, but it **didn’t fit many re
3535
- designed for high IO intensive workloads, such as databases
3636
-  100 IOPS up to 64,000 IOPS
3737
- maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1
38-
- for 100 GB its 5000 IOPS
38+
- for 100 GB its 5000 IOPS. Ie the maximum is 50 IOPS for 1 GB
3939
- But maximum iops is 64000 for 1280GB or larger
4040
# Modifying volume
4141
- After modifying a volume, you must wait at least **six hours** and ensure that the volume is in the `in-use` or `available` state before you can modify the same volume.

0 commit comments

Comments
 (0)