Amazon AWS Policy Generator - policygen
The AWS Policy Generator is a tool that enables you to create policies that control access to Amazon Web Services (AWS) products and resources.
This tool supports the following policy types:
- IAM Policy
- S3 Bucket Policy
- SNS Topic Policy
- VPC Endpoint Policy
- SQS Queue Policy
AWS policies are written based on "AWS Policy Language" in JSON format. The JSON elements of this language are explained in the official AWS references: |
AWS policygen tool
1. Using AWS policygen
AWS policygen is a simple online tool that does not require login, but because of its simplicity, it is not really convenient, the data entry fields are quite short, making it difficult for users.
We will now use this tool to create a simple Bucket policy.
Note: Each policy will include one or more Statement(s). So after entering all the information on the form, click "Add Statement" to complete the current Statement and start a new Statement.
The tool will display a list of Statement(s) you just created. Finally, click the "Generate Policy" button to generate the policy JSON code.
Results received:
Amazon Web Services Tutorials
- Introduction to Amazon Web Services (AWS)
- Introduction to Amazon S3
- Introduction to Amazon Cloudfront and its architecture
- How to reduce Amazon Cloudfront Costs?
- Amazon CloudFront Invalidation
- Introduction to DigitalOcean Spaces
- Create DigitalOcean Spaces Bucket
- Introduction to Amazon ACM
- Java Awssdk S3 S3Client Upload object
- Create AWS accessKeyId/secretAccessKey
- Java Awssdk S3 List objects
- Host a static website on Amazon S3
- Java Awssdk CloudFront Invalidation
- DigitalOcean Spaces Create Access Key
- Java Awssdk Common Credentials Providers
- Java Awssdk ProfileCredentialsProvider
- Java Awssdk Creating and using EnvironmentVariableCredentialsProvider
- Java Awssdk Creating and using SystemPropertyCredentialsProvider
- Java Awssdk S3 Upload object with S3TransferManager
- Java Awssdk S3 S3TransferManager download object
- Java Manipulate DigitalOcean Spaces using S3TransferManager
- Java Create, list and delete S3 Bucket
- Aws Console create IAM User
- Create Amazon S3 Bucket
- Configure custom domain for Amazon S3 static website
- Create a CloudFront distribution for S3 Bucket
- Configure Amazon CloudFront Error Pages
- Amazon S3 Bucket policies
- Amazon AWS Policy Generator - policygen
- Migrate DNS service to Amazon Route 53
- Transfer domain registration to Amazon Route 53
- Request an SSL certificate from Amazon ACM
Show More