How to Create an S3 Bucket on AWS
Create an S3 bucket in the same region where the RapidFort SASM Server will be deployed.
Make a note of the S3 bucket ARN and name.
The following example shows how to create an S3 bucket, rapidfort-s3, on AWS Commercial Cloud and AWS GovCloud:
- AWS Commercial
ARN: arn:aws:s3:::rapidfort-s3
Name: rapidfort-s3
- AWS GovCloud
ARN: arn:aws-gov:s3:::rapidfort-s3
Name: rapidfort-s3
RapidFort requires Read/List/Write/Delete permissions for the S3 bucket, which can be accomplished by attaching a policy to an IAM user or IAM EC2 Role.