Difference between revisions of "Terraform S3 resources"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
* <code>[[Terraform resource: aws s3 bucket|aws_s3_bucket]]</code> | * <code>[[Terraform resource: aws s3 bucket|aws_s3_bucket]]</code> | ||
* <code>[[aws_s3_bucket_policy]]</code> | * <code>[[aws_s3_bucket_policy]]</code> | ||
Line 7: | Line 5: | ||
* <code>[[aws_s3_bucket_website_configuration]]</code> | * <code>[[aws_s3_bucket_website_configuration]]</code> | ||
* <code>[[aws_s3_bucket_server_side_encryption_configuration]]</code> | * <code>[[aws_s3_bucket_server_side_encryption_configuration]]</code> | ||
+ | * <code>[[aws_s3_bucket_public_access_block]]</code> | ||
+ | * <code>[[aws_s3_bucket_logging]]</code> | ||
+ | * <code>[[aws_s3_bucket_notification]]</code> | ||
+ | |||
+ | * [[S3 Security]] and [[data integrity]] recommendations: [[Encryption]], [[versioning]] and [[logging]] | ||
== Activities == | == Activities == | ||
Line 15: | Line 18: | ||
* [[SSE-S3]] | * [[SSE-S3]] | ||
* [[Terraform module: s3-bucket]] https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest | * [[Terraform module: s3-bucket]] https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest | ||
+ | * <code>[[s3:]]</code> | ||
== See also == | == See also == | ||
* {{tf s3}} | * {{tf s3}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 05:42, 20 June 2024
aws_s3_bucket
aws_s3_bucket_policy
aws_s3_bucket_acl
aws_s3_object
aws_s3_bucket_website_configuration
aws_s3_bucket_server_side_encryption_configuration
aws_s3_bucket_public_access_block
aws_s3_bucket_logging
aws_s3_bucket_notification
- S3 Security and data integrity recommendations: Encryption, versioning and logging
Activities[edit]
Related[edit]
- AWS S3
- SSE-S3
- Terraform module: s3-bucket https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest
s3:
See also[edit]
- Terraform S3 resources:
aws_s3_bucket, aws_s3_object, aws_s3_bucket_policy, aws_s3_bucket_acl, aws_s3_bucket_website_configuration, aws_s3_bucket cors_configuration, aws_s3_account_public_access_block
, Terraform module: s3-bucket,aws_s3_bucket_versioning, aws_s3_bucket_server_side_encryption_configuration, aws_s3_bucket_logging
Advertising: