Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IPとVPC Endpointで IAM Userを使えるプリンシパルの制限

IPとVPC Endpointで IAM Userを使えるプリンシパルの制限

2022.03.24.Thu
JAWS-UG CLI専門支部 #252R
発表資料

Kento Suzuki

March 24, 2022
Tweet

More Decks by Kento Suzuki

Other Decks in Technology

Transcript

  1. 確認 念のため以下コマンドで疎通確認 aws s3 ls s3://バケット名 問題がないことを確認 一方で、IAM PolicyのConditionを 存在しないIP,VPC

    EndpointのIDに 書き換え疎通不可になることも確認 ※水色のルートはローカルからCLIを実行しているのと同じ
  2. 参考 Understanding how IAM works https://docs.aws.amazon.com/IAM/latest/UserGuide/intro-structure.html#intro-structure-p rincipal AWS: Denies access

    to AWS based on the source IP https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny -ip.html Creating a condition with multiple keys or values https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_multi-value-conditio ns.html 本スライドのQiita版 https://qiita.com/suzuki_kento/items/5e87ed8bd71f05281382