Skip to content

Commit

Permalink
add sponsors hint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 20, 2020
1 parent 55c7a42 commit db4d511
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 32 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Find the documentation for the **latest stable release** here: https://templates

Find the documentation for the **unstable master branch** here: https://templates.cloudonaut.io/en/latest/

Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project's [issue tracker](https://github.com/widdix/aws-cf-templates/issues).

## Related projects

### widdix CLI
Expand All @@ -17,20 +19,22 @@ Rapid CloudFormation: Modular, production ready, open source.

Learn more: https://github.com/cfn-modules/docs

## License
All templates are published under Apache License Version 2.0.

## Sponsors

![AWS Open Source](./docs/img/aws-open-source.png)

AWS sponsors credits to run the weekly integration tests. With the help of AWS, we run tests in multiple regions to increase the quality of the templates.[Read more](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/)
AWS sponsors credits to run the weekly integration tests. With the help of AWS, we run tests in multiple regions (`us-east-1`, `ap-southeast-2`, and `eu-central-1`) to increase the quality of the templates.[Read more](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/)

## License
All templates are published under Apache License Version 2.0.
---

[Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors.

## Help needed?
You will probably find an answer to your question on [Stack Overflow](https://stackoverflow.com/questions/tagged/amazon-cloudformation). If not, use the tag `amazon-cloudformation` to post your question, and the chances are high that we or someone from the community will point you in the right direction. We are not able to answer your questions via email or the project's issue tracker.
---

## Sponsor a feature or bug fix
Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project's [issue tracker](https://github.com/widdix/aws-cf-templates/issues). We work on bug fixes and new features as time permits. Are you in need of an urgent bug fix or important feature request? [Contact us](mailto:hello@widdix.net) to sponsor a feature or bug fix.
Are you in need of an urgent bug fix or important feature request? [Contact us](mailto:hello@widdix.net) to sponsor a feature or bug fix.

## Training and Consulting
Do you want to accelerate your start with AWS CloudFormation and our templates? We do offer remote and on-site training for you and your team. Are you looking for guidance on how to use or adapt our templates to your use case? We offer consulting services as well. [Contact us](mailto:hello@widdix.net), and we’ll accelerate your project.
Expand Down
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# widdix CLI

`widdix`, a CLI tool to manage Free Templates for AWS CloudFormation hosted on [GitHub](https://github.com/widdix/aws-cf-templates-cli).
Expand Down
2 changes: 1 addition & 1 deletion docs/ec2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
There are two approaches when it comes to managing EC2 instances: mutable and immutable.

Expand Down
2 changes: 1 addition & 1 deletion docs/ecs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
[EC2 Container Service (ECS)](https://aws.amazon.com/ecs/) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances. To run an application on ECS you need the following components:

Expand Down
2 changes: 1 addition & 1 deletion docs/fargate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
[Fargate](https://aws.amazon.com/fargate/) runs highly scalable containers scheduled by the [EC2 Container Service (ECS)](https://aws.amazon.com/ecs/). To run an application on Fargate you need the following components:

Expand Down
16 changes: 9 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,22 @@ Finally, you can create the Jenkins stack.

The cool thing is that you can re-use the dependencies. E.g., you can use the same SSH bastion host for Jenkins and WordPress.

## License
All templates are published under Apache License Version 2.0.

# Sponsors

![AWS Open Source](./img/aws-open-source.png)

AWS sponsors credits to run the weekly integration tests. With the help of AWS, we run tests in multiple regions to increase the quality of the templates. [Read more](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/)
AWS sponsors credits to run the weekly integration tests. With the help of AWS, we run tests in multiple regions (`us-east-1`, `ap-southeast-2`, and `eu-central-1`) to increase the quality of the templates.[Read more](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/)

# License
All templates are published under Apache License Version 2.0.
---

[Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors.

## Help needed?
You will probably find an answer to your question on [Stack Overflow](https://stackoverflow.com/questions/tagged/amazon-cloudformation). If not, use the tag `amazon-cloudformation` to post your question, and the chances are high that we or someone from the community will point you in the right direction. We are not able to answer your questions via email or the project's issue tracker.
---

## Sponsor a feature or bug fix
Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project's [issue tracker](https://github.com/widdix/aws-cf-templates/issues). We work on bug fixes and new features as time permits. Are you in need of an urgent bug fix or important feature request? [Contact us](mailto:hello@widdix.net) to sponsor a feature or bug fix.
Are you in need of an urgent bug fix or important feature request? [Contact us](mailto:hello@widdix.net) to sponsor a feature or bug fix.

## Training and Consulting
Do you want to accelerate your start with AWS CloudFormation and our templates? We do offer remote and on-site training for you and your team. Are you looking for guidance on how to use or adapt our templates to your use case? We offer consulting services as well. [Contact us](mailto:hello@widdix.net), and we’ll accelerate your project.
Expand Down
2 changes: 1 addition & 1 deletion docs/jenkins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
![Demo](./img/jenkins-demo.gif)

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v10.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v9 to v10

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v11.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v10 to v11

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v3 to v4

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v4 to v5

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v5 to v6

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v6 to v7

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v7 to v8

Expand Down
2 changes: 1 addition & 1 deletion docs/migrate-v9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Migrate from v8 to v9

Expand Down
2 changes: 1 addition & 1 deletion docs/operations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Alert topic
This template describes a SNS topic that can be used by many other templates to receive alerts. You can add one or multiple subscribers to this topic and they will all receive the same alerts. Supported transports are:
Expand Down
2 changes: 1 addition & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# S3 VirusScan
This template creates a Antivirus cluster for S3 buckets. You can connect as many buckets as you like by using [S3 Event Notifications](http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html). The template has it's own repository: [aws-s3-virusscan](https://github.com/widdix/aws-s3-virusscan)
Expand Down
2 changes: 1 addition & 1 deletion docs/state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
AWS offers many services to store state / data. Some are persistent, others are not.

Expand Down
2 changes: 1 addition & 1 deletion docs/static-website.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# Static website with CDN
This template describes the infrastructure for hosting a static website over HTTPS behind a CDN.
Expand Down
2 changes: 1 addition & 1 deletion docs/vpc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
A VPC is a virtual network inside AWS where you can isolate your setup using private IP addresses. A VPC consists of several subnets. Each subnet is bound to an Availability Zone. A **public** subnet has a direct route to the Internet. As long as your EC2 instances have an public IP they can communicate (in and out) with the Internet. A **private** subnet does not have a route to the Internet. Instances in private subnets can not be accessed from the public Internet. If you want to access the Internet from a private subnet you need to create a NAT gateway/instance. You can deploy a bastion host/instance to reduce the attack surface of internal applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/wordpress.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

> **New**: Manage Free Templates for AWS CloudFormation with the [widdix CLI](./cli/)
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
# WordPress: fault tolerant and scalable (MySQL)
Use this CloudFormation template to create a fault tolerant and scalable WordPress environment on AWS running on MySQL.
Expand Down

0 comments on commit db4d511

Please sign in to comment.