Closed binchoo closed 2 years ago
The day when the CLB was removed.
I realized that there had been a running ALB in the Tokyo region, no free-tier. It was somehow eventually removed.
I'm confident that there had been one additional ALB without any traffic incoming⋯. I lost my money. That being said, I found that https://calculator.aws is very useful and so smart!
I'll find a tool that will force regions beyond the Seoul region not to have ELB instances.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Statement1",
"Effect": "Deny",
"Action": [
"elasticloadbalancing:CreateLoadBalancer",
"elasticloadbalancing:CreateRule",
"elasticloadbalancing:CreateListener",
"elasticloadbalancing:CreateTargetGroup"
],
"Resource": [
"*"
],
"Condition": {
"StringNotEquals": {
"aws:RequestedRegion": [
"ap-northeast-2"
]
}
}
}
]
}
As-is:
To-be: In this period of a month, user traffic was sustained meaningfully low and the CLB never created an additional EC2 instance.
LoadBalanced
toSingleInstance
.