AWS EC2 instance connect custom resource
Project description
AWS EC2 Instance Connect Custom Resource
AWS EC2 instance connect custom resource
Resources
This construct creating resource list.
-
AWS Custom Resource
- Lambda Function Iam Role
- Lambda Function
- Custom Resource Iam Role
- Custom Policy
Install
TypeScript
npm install @gammarer/aws-ec2-instance-connect-custom-resource
# or
yarn add @gammarer/aws-ec2-instance-connect-custom-resource
Python
pip install gammarer.aws-ec2-instance-connect-custom-resource
C# / .NET
dotnet add package Gammarer.CDK.AWS.Ec2InstanceConnectCustomResource
Java
Add the following to pom.xml:
<dependency>
<groupId>com.gammarer</groupId>
<artifactId>aws-ec2-instance-connect-custom-resource</artifactId>
</dependency>
Example
import { EC2InstanceConnectCustomResource } from '@gammarer/aws-ec2-instance-connect-custom-resource';
new EC2InstanceConnectCustomResource(stack, 'EC2InstanceConnectCustomResource', {
subnetId: 'example-subnet-id',
securityGroupIds: [
'example-security-group-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-ec2-instance-connect-custom-resource-1.1.3.tar.gz
.
File metadata
- Download URL: gammarer.aws-ec2-instance-connect-custom-resource-1.1.3.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5480769abe87c5e4a408eb821d72124c2f1f688d6431a251968ba873fb766cbf |
|
MD5 | 7ea61b7f0c31a840fe804a45339e8e36 |
|
BLAKE2b-256 | f3573592bf15c086b8340491b5c42c253fae5c9d8043902f5836c880219855f6 |
File details
Details for the file gammarer.aws_ec2_instance_connect_custom_resource-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: gammarer.aws_ec2_instance_connect_custom_resource-1.1.3-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74afb6e6a208532818936574ce18c652520e94fd2ae73085dc93055edb7abfdd |
|
MD5 | a66881ae8696f6d113c755882dddc9e8 |
|
BLAKE2b-256 | b8556b4dfe977e6725115c1fcdbfc23cb0a1b0ce9b951314ae5d432b8148f2d9 |