LoginSignup
20
22

More than 5 years have passed since last update.

AWS IP制限(Security Group)

Posted at

Security Group によるIP制限

AWSのSecurity Groupを利用して、特定のIPアドレスからのアクセスのみを許可する方法
EC2のインスタンス立ち上げの時などに指定するSecurity Groupで行う

下記のように、Security GroupのInboundの所に、
アクセスを許可するIP/32と記入して、複数ある場合はカンマで区切るだけ

AA.BB.CC.DD/32,AA.BB.CC.DD/32

保存すると、勝手に分割してそれぞれのIP単位で設定してくれるので便利!

IAMアカウント別にIP制限

記事の本題とは外れるが、IAMアカウント別にアクセス制限する場合は↓を参考
http://docs.aws.amazon.com/ja_jp/ElasticMapReduce/latest/DeveloperGuide/iprestricted-policy.html

20
22
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
22