Skip to main content

AWS EC2 instance connect custom resource

Project description

GitHub npm (scoped) PyPI

Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

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

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.0.3.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-1.0.3.tar.gz
Algorithm Hash digest
SHA256 dfd3c1b5526956322ba03ee011ae3d5ce8229a78d52eb5c7358a3fb508011a8a
MD5 782fb660ce110441d773c79626183204
BLAKE2b-256 091abae84b7d52e79f5ffaecb0719a794e452b67d78d98002b0e7724ed503d92

See more details on using hashes here.

File details

Details for the file gammarer.aws_ec2_instance_connect_custom_resource-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 59c2beb6c7da02b5e2e30f2e4cc79df0b50a959a0161d5ad7edd4b8d1e8e30e8
MD5 c5043aaf57e218c578395a8801f98d82
BLAKE2b-256 b734d0aea7a80a3c06e6906eb8938ad7f74f562b52b76d5eed589591da71ac8d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page