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

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-0.5.12.tar.gz
Algorithm Hash digest
SHA256 c36589263e97140050ee79644f5981c2d6f4b46456db46f082017f1c94153b02
MD5 ac1afeca3b4e18b26d50229e05364ef3
BLAKE2b-256 9f24e257d4fa12c5e580389ee2ca1e167a64ec41d7d6931049d4fae338ff17e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-0.5.12-py3-none-any.whl
Algorithm Hash digest
SHA256 b31fe8d46005e075fd8c10217c31bb296dfc3d2ed6130ebdf17536e26c71c081
MD5 bbcb880307fce9c0797f2db0a62823ea
BLAKE2b-256 db3b4efc724c2c99accf0903341b37db58d1f42d647d4cb6534c59e20e4cb12f

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