Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit e2bdb3c

Browse files
author
Gavin Adams
committed
Import for v1.0.0
1 parent 30fd9e7 commit e2bdb3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6602
-30
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior.
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Please complete the following information about the solution:**
19+
20+
- [ ] Version: [e.g. v1.0.0]
21+
22+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0124) - AWS Streaming Data Solution for Amazon Kinesis. Version **v1.0.0**_".
23+
24+
- [ ] Region: [e.g. us-east-1]
25+
- [ ] Was the solution modified from the version published on this repository?
26+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
27+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
28+
- [ ] Were there any errors in the CloudWatch Logs?
29+
30+
**Screenshots**
31+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
32+
33+
**Additional context**
34+
Add any other context about the problem here.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ""
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the feature you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Additional context**
16+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_Issue #, if available:_
2+
3+
_Description of changes:_
4+
5+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.DS_Store
2+
*.ignore
3+
source/.git
4+
source/docs
5+
source/package-lock.json
6+
node_modules
7+
package-lock.json
8+
deployment/staging
9+
deployment/open-source
10+
deployment/global-s3-assets
11+
deployment/regional-s3-assets
12+
.vscode/settings.json
13+
licenses.json
14+
license-deptree.txt
15+
tests/functional/**/*.d.ts
16+
tests/functional/**/*.js

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2021-02-01
9+
10+
### Added
11+
12+
- Stands up an OpenVPN cluster behind a Network Load Balancer
13+
- Adds Lambda functions for creating and revoking certificates
14+
- Adds a CloudWatch dashboard for monitoring
15+
- Configures CPU based scaling for the cluster
16+
- Adds an EFS share for the cluster to share OpenVPN configurations
17+
- Configures log groups in CloudWatch logs

CODE_OF_CONDUCT.md

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Code of Conduct
2-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
2+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
44
[email protected] with any additional questions or comments.

CONTRIBUTING.md

100644100755
Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,55 @@ documentation, we greatly value feedback and contributions from our community.
66
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
77
information to effectively respond to your bug report or contribution.
88

9-
109
## Reporting Bugs/Feature Requests
1110

1211
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1312

14-
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
13+
When filing an issue, please check [existing open](https://github.com/awslabs/iot-static-ip-endpoints/issues), or [recently closed](https://github.com/awslabs/iot-static-ip-endpoints/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
1514
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1615

17-
* A reproducible test case or series of steps
18-
* The version of our code being used
19-
* Any modifications you've made relevant to the bug
20-
* Anything unusual about your environment or deployment
21-
16+
- A reproducible test case or series of steps
17+
- The version of our code being used
18+
- Any modifications you've made relevant to the bug
19+
- Anything unusual about your environment or deployment
2220

2321
## Contributing via Pull Requests
22+
2423
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2524

26-
1. You are working against the latest source on the *main* branch.
25+
1. You are working against the latest source on the _mainline_ branch.
2726
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2827
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2928

3029
To send us a pull request, please:
3130

3231
1. Fork the repository.
3332
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
34-
3. Ensure local tests pass.
35-
4. Commit to your fork using clear commit messages.
36-
5. Send us a pull request, answering any default questions in the pull request interface.
37-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
33+
3. Ensure all build processes execute successfully (see README.md for additional guidance).
34+
4. Ensure all unit, integration, and/or snapshot tests pass, as applicable.
35+
5. Commit to your fork using clear commit messages.
36+
6. Send us a pull request, answering any default questions in the pull request interface.
37+
7. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
3838

3939
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4040
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
4141

42-
4342
## Finding contributions to work on
44-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
4543

44+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/iot-static-ip-endpoints/labels/help%20wanted) issues is a great place to start.
4645

4746
## Code of Conduct
47+
4848
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
4949
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
5050
[email protected] with any additional questions or comments.
5151

52-
5352
## Security issue notifications
54-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
5553

54+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
5655

5756
## Licensing
5857

59-
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
58+
See the [LICENSE](https://github.com/awslabs/iot-static-ip-endpoints/blob/mainline/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59+
60+
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

LICENSE renamed to LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@
172172
of any other Contributor, and only if You agree to indemnify,
173173
defend, and hold each Contributor harmless for any liability
174174
incurred by, or claims asserted against, such Contributor by reason
175-
of your accepting any such warranty or additional liability.
175+
of your accepting any such warranty or additional liability.

NOTICE

Lines changed: 0 additions & 1 deletion
This file was deleted.

NOTICE.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
IoT Static IP Endpoints
2+
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
4+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
5+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
6+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
7+
specific language governing permissions and limitations under the License.
8+
9+
**********************
10+
THIRD PARTY COMPONENTS
11+
**********************
12+
This software includes third party software subject to the following copyrights:
13+
14+
OpenVPN - GNU GPLv2 (https://github.com/OpenVPN/openvpn/blob/master/COPYING)
15+
EasyRSA - GNU GPLv2 (https://github.com/OpenVPN/easy-rsa/blob/master/COPYING.md)
16+
socat - GNU GPLv2 (https://github.com/craSH/socat/blob/master/COPYING)
17+
18+
aws-cdk - Apache License Version 2.0
19+
TypeScript - Apache License Version 2.0
20+
cryptography - Apache License Version 2.0
21+
22+
eslint - MIT
23+
jest - MIT
24+
ts-jest - MIT

0 commit comments

Comments
 (0)