AWSアカウント用の新しい管理ポリシーを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/create-policy.html
aws iam create-policy \ |
AWS IAM "ReadOnlyAccess" Managed Policy Is Too Permissive (For Us) - Alestic.com : http://alestic.com/2015/10/aws-iam-readonly-too-permissive/ |
aws iam create-policy --policy-name MyProjectLimitedAdminAccess --description |
AWS Solutions Architect ブログ: 管理ポリシーを利用した制限付きIAM管理者の設定法 : http://aws.typepad.com/sajp/2015/04/how-to-create-a-limited-iam-administrator-by-using-managed-policies.html |
aws iam create-policy --policy-name registryaccess --policy-document file://registry-policy.json Next create a new IAM user and credentials for your registry and attach the policy you just created. Choose a username that is specific to the use-case. I used |
Running a Private Docker Registry on EC2 | via @codeship : http://blog.codeship.com/running-a-private-docker-registry-on-ec2/ |
aws iam create-policy --policy-name singularity-policy --policy-document file://policy.json |
The Intrinsic Static Site — Brandur Leach : http://brandur.org/aws-intrinsic-static |
aws iam create-policy --policy-name circleci-iam-policy \ |
Installing CircleCI on Amazon Web Services Manually - CircleCI : http://circleci.com/docs/enterprise/aws-manual/ |
aws iam create-policy --policy-name upload-only-policy \ |
Create AWS S3 Upload and List Objects Policy without Delete Action - Computingforgeeks : http://computingforgeeks.com/create-aws-s3-upload-and-list-objects-policy-without-delete-action/ |
aws iam create-policy --policy-name 'ConvoxPolicy' --path '/convox/' --description 'Policy that Convox can assume' --policy-document '...' |
AWS Integration : http://convox.com/docs/aws-integration |
aws iam create-policy \\\n --policy-name [lambda_s3_innocent_policy] \\\n --policy-document [file:///lambda-s3-delete-policy.json]" |
Disrupting AWS logging Cyber Free : http://danielgrzelak.com/disrupting-aws-logging-a42e437d6594 |
aws iam create-policy --policy-name "DataLakeConsumers" --policy-document file://datalakeconsumers.json |
Daniel Rhoades | How do you build a Data Lake - Part 1 : http://danielrhoades.com/2017/05/24/how-do-you-build-a-data-lake-part1/ |
aws iam create-policy --policy-name ssmPassRole --policy-document ' |
How To Patch AWS Windows EC2 Instances · darrylcauldwell.com : http://darrylcauldwell.com/aws-ec2-patching/ |
aws iam create-policy \ |
GitHub EnterpriseをAWSで使おう – Amazon Kinesis Firehoseを利用したログのアーカイブ | Developers.IO : http://dev.classmethod.jp/cloud/aws/github-enterprise-on-aws-6/ |
aws iam create-policy --policy-name my-policy --policy-document file://policy |
create-policy — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/create-policy.html |
aws iam create-policy --policy-name sensu-ec2-iam-policy --policy-document file://sensu-ec2-iam-policy.json |
Using the EC2 Integration with Sensu Enterprise - Sensu Docs : http://docs.uchiwa.io/sensu-enterprise/3.1/guides/using-ec2/ |
aws iam create-policy --policy-name RequireMFA --description "Requires users to authenticate with MFA to do anything other than set up MFA." --policy-document file://require-mfa-policy.json |
AWS IAM / CLI / MFA Notes 揃 GitHub : http://gist.github.com/davejamesmiller/90f292d2d9a21bac5f6116296fa64657 |
aws iam create-policy --policy-name gloo-contact-lambda-policy --policy-document file://policy-document.json |
Refactoring Monoliths with Microservices and Serverless - gloo : http://gloo.solo.io/tutorials/refactor_monolith/ |
aws iam create-policy --policy-name |
Serverless and Lambdaless Scalable CRUD Data API with AWS API Gateway and DynamoDB : http://hackernoon.com/serverless-and-lambdaless-scalable-crud-data-api-with-aws-api-gateway-and-dynamodb-626161008bb2 |
aws iam create-policy --policy-name iot-actions-policy --policy-document file://IAM-policy-document-file-path |
AWS-IoT Tutorial – IoT-Point : http://iotpoint.wordpress.com/aws-iot-tutorial/ |
aws iam create-policy --policy-name make-emr-get-user --policy-document file://iam-get-user.json\n |
Amazon EMR, Apache Spark, and Apache Zeppelin Eugene Teo Medium : http://medium.com/@eugeneteo/amazon-emr-apache-spark-and-apache-zeppelin-3cfbcd53c0f |
aws iam create-policy --policy-name test1 --pol |
AWS IAM のポリシーをアカウントにアタッチする - botchy hack note : http://negi-works.hatenablog.com/entry/2017/05/10/170000 |
aws iam create-policy --policy-name accesspolicyfordynamodb --policy-document file://accesspolicyfordynamodb.json |
AWS IAM | Noise : http://noise.getoto.net/tag/aws-iam/ |
aws iam create-policy --policy-name aws iam create-policy \ |
aws-cli でIAMのpolicy作成とGroup 作成の定形作業 : http://qiita.com/maimai-swap/items/895b79229f6769aa4a41 |
aws iam create-policy --policy-name [ |
AWS CLI でIAMユーザーとポリシー作成してみた | ナレコムAWSレシピ : http://recipe.kc-cloud.jp/archives/8815 |
aws iam create-policy --policy-name |
amazon web services - AWS CLI retrieve the ARN of the newly created policy - Stack Overflow : http://stackoverflow.com/questions/45898665/aws-cli-retrieve-the-arn-of-the-newly-created-policy |
aws iam create-policy --policy-name s3-access-policy --policy-document file://./iam-s3-policy.json |
How to Control Access with AWS IAM for Users and Groups using the CLI for Granting S3 Access : http://sysadmins.co.za/how-to-control-access-with-aws-iam-for-users-and-groups-using-the-cli-for-granting-s3-access/ |
aws iam create-policy --policy-name ProwlerAuditAdditions --policy-document file:// |
Tool for AWS security assessment, auditing and hardening – Tools – System Off Site Forum : http://systemoffsite.com/community/security-assessment-tools/tool-for-aws-security-assessment-auditing-and-hardening/ |
aws iam create-policy --policy-name ecs-redash --policy-document file://redash-secret-access.json |
AWS上のパスワードちゃんと管理できてますか?AWSパラメータストアで秘密情報を安全に管理する方法 · カウル Tech Blog : http://techblog.housmart.co.jp/2018/03/22/managing-secrets-with-parameter-store/ |
aws iam create-policy --policy-name make-emr-get-user --policy-document file://iam-get-user.json |
Amazon EMR, Apache Spark, and Apache Zeppelin – Eugene Teo : http://temasek.org/posts/2016/03/amazon-emr-apache-spark-and-apache-zeppelin/ |
aws iam create-policy \ |
Programming Memo : http://whitecrane8920.hatenablog.jp/ |
aws iam create-policy --policy-name rotate-old-access-keys-notification-policy --policy-document file://iam-policy.json |
Scheduling Notifications for Rotating Old IAM Access Keys : http://www.aaronmedacco.com/blog/post/2017/07/22/scheduling-notifications-for-unused-iam-access-keys |
aws iam create-policy --policy-name StartEnvironment --policy-document file://start/policy.json |
AWS Archives - Mohamed Labouardy : http://www.blog.labouardy.com/category/aws/ |
aws iam create-policy --policy-name |
Connecting to an RDS or Aurora database with IAM authentication - CAPSiDE, architects of the digital society : http://www.capside.com/labs/rds-aurora-database-with-iam-authentication |
aws iam create-policy --policy-name iot-actions-policy --policy-document file://./policy.json |
Plant Monitoring System using AWS IoT - Hackster.io : http://www.hackster.io/carmelito/plant-monitoring-system-using-aws-iot-6cb054 |
aws iam create-policy --policy-name get_config_policy --policy-document file://policy.json |
Building web functionality with AWS micro-services; Part 3 - Building and Deploying a Python Lambda function | UPenn ISC : http://www.isc.upenn.edu/building-web-functionality-aws-micro-services-part-3-building-and-deploying-python-lambda-function |
aws iam create-policy \ |
My notes and ramblings · Self service AWS IAM policy : http://www.shore.co.il/blog/aws_change_own_password/ |