provider "hungran" {
profile = "YOLO"
}
resource "about_me" "whoami" {
name = "VŨ MẠNH HÙNG"
location = "Hanoi"
email = "[email protected]"
}
resource "my_pleasure" "description" {
description = var.description
}
variable "description" {
default = "Blog này mình viết nhằm mục đích
chia sẻ về những gì mình đã và đang trải nghiệm
trong công việc 🌩️ 🧑💻 cũng như cuộc sống hàng ngày 🛫.
Hi vọng sẽ giúp được cho các bạn điều gì đó...💡💡💡"
}
Nếu các bạn đã đọc đến đây thì một lần nữa xin cảm ơn đã quan tâm đến mình
😆 Dành cho nhà tuyển dụng - CV Của mình nằm ở dưới đây 😆
👉 View: https://blog.hungran.cloud/HungVu-Platform-Engineer.pdf
⬇️ Download: Click here to download
Applying Gitops for AWS Network Firewall P1

Multi-account AWS environment Each AWS account is a resource container for AWS Cloud services, an explicit security boundary, a container for cost tracking and billing and a mechanism to enforce service quotas and API threshods. An account acts as an identity and access management isolation boundary.
First, we begin by building resources in a single AWS account that represents a management boundary which segments permissions, costs, and services. However, as the customer’s organization grows, greater segmentation of services becomes necessary to monitor costs, control access, and provide easier environmental management.