cloudformation으로 배포할 때, iam role (policy)이 안맞으면?
·
CLOUD/AWS Cloud
이런식으로 찾으면 됨 ㅎ
EC2 hibernate와 spot instance
·
CLOUD/AWS Cloud
EC2 hibernate를 하면 RAM의 내용을 EBS로 저장할 수 있으니까 root volume에 저장된다는데?, 그럼 스팟 인스턴스로 대규모 계산을 할 때 그 내용을 저장해도 되는건가..? 스팟 인스턴스랑 같이 쓰일 수 있나? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernate-spot-instances.html Hibernate interrupted Spot Instances - Amazon Elastic Compute Cloud Thanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us ho..
[펌] AWS Aurora 도입전에 알아야 할 몇가지 사실 (RDS&Aurora 비교)
·
CLOUD/AWS Cloud
https://blog.hbsmith.io/aws-aurora-%EB%8F%84%EC%9E%85%EC%97%90-%EB%8C%80%ED%95%9C-%EB%AA%87%EA%B0%80%EC%A7%80-%EC%82%AC%EC%8B%A4-45eb602bad58 AWS Aurora 도입전에 알아야 할 몇가지 사실 처음 AWS Aurora DB를 사용하기 전에 알아두면 좋은 것들 blog.hbsmith.io
Gateway Loadbalancer
·
CLOUD/AWS Cloud
https://kim-dragon.tistory.com/167 [AWS] GWLB란?(Gateway LoadBalancer) - 패턴별 GWLB 구축 GWLB란? AWS GWLB(Gateway Load Balancer)는 AWS 로드밸런서 서비스 타입중 하나로 외부에서 유입돼는 트래픽과 외부로 나가는 트래픽을 다른 네트워크(VPC)의 게이트웨이 역할로 가상어플라이언스로 라우 kim-dragon.tistory.com
IGW가 incoming internet traffic를 route table에서 정의하나?
·
CLOUD/AWS Cloud
갑자기 헷갈리네? 근데 route table 내용 보면 그런거 없는 것 같은데? igw가 있으면, outbound traffic은 무조건 vpc 안으로 들어오는건가봄?
[error] The request must contain the parameter size or snapshotId. Launching EC2 instance failed. 해결 방법
·
CLOUD/AWS Cloud
auto scaling group 만드는데 자꾸 이런 에러가 나서 원인을 찾아봤다. https://github.com/aws/aws-parallelcluster/issues/2523 createami fails with error "must contain the parameter size or snapshotId" · Issue #2523 · aws/aws-parallelcluster Background Info: AWS ParallelCluster version [e.g. 2.9.0]: 2.10.2 Block of Config file: [cluster pc2102] base_os = alinux2 ebs_settings = apps [ebs apps] shared_dir = /apps ebs_snap..