s3

S3

StorageAWS
General

General information about the service.

Description

Amazon Simple Storage Service provides scalable object storage with industry-leading durability and availability.

Service Namespace

AWS::S3::Bucket

ARN Pattern

arn:aws:s3:::{bucket-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

s3-

Length

3-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_s3_bucket" "main" {
2 bucket = "s3-${var.project}-${var.environment}"
3
4 tags = {
5 Environment = var.environment
6 }
7}
Utilities

Utilities to support app deployment or configuration.

VPC Endpoints

Details for configuring VPC endpoints.

Service Name

com.amazonaws.{region}.s3

Endpoint Type

Gateway

Private DNS Enabled

No