Access from specific VPC Endpoint only Bucket
Project description
AWS Secure VPC Bucket
Access from specific VPC Endpoint only Bucket
Install
TypeScript
npm install @gammarer/aws-secure-vpc-bucket
# or
yarn add @gammarer/aws-secure-vpc-bucket
Python
pip install gammarer.aws-secure-vpc-bucket
C# / .NET
dotnet add package Gammarer.CDK.AWS.SecureVpcBucket
Java
Add the following to pom.xml:
<dependency>
<groupId>com.gammarer</groupId>
<artifactId>aws-secure-vpc-bucket</artifactId>
</dependency>
Example
import { SecureSpecificVpcOnlyBucket } from '@gammarer/aws-secure-vpc-bucket';
new SecureVpcBucket(stack, 'SecureVpcBucket', {
bucketName: 'example-origin-bucket',
vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // allready created vpc endpoint id
});
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gammarer.aws-secure-vpc-bucket-1.2.6.tar.gz
.
File metadata
- Download URL: gammarer.aws-secure-vpc-bucket-1.2.6.tar.gz
- Upload date:
- Size: 40.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 636dff2d2b59bee127ba405a44293811e7a3a03a959818419487413211216145 |
|
MD5 | 2ce6aa2ac3fb44f233ae2ecf0ecac8c9 |
|
BLAKE2b-256 | 0ffa7c7b452f56a384ebd65cea489de2d8c442994b99b14b4db381b072bde87d |
File details
Details for the file gammarer.aws_secure_vpc_bucket-1.2.6-py3-none-any.whl
.
File metadata
- Download URL: gammarer.aws_secure_vpc_bucket-1.2.6-py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 863276be567b477a68dc11d282d2a98e2ffde251d9d405aab3703cf8157b357b |
|
MD5 | ea30f52d9e819ddf685cd22cb2900db9 |
|
BLAKE2b-256 | e437088b15fa45c788057fafcccb1fdf63d506e611131ef31e107428e9736479 |