-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from bcgov/dev
bugfix
- Loading branch information
Showing
6 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ The following sections describe the requirements for building your application o | |
|
||
## Prerequisites | ||
|
||
1. Create a [provisioning request for a project set](get-started/provision-a-project-set.md) for your team on the B.C. Government Public Cloud | ||
1. Create a [provisioning request for a project set](../get-started/provision-a-project-set.md) for your team on the B.C. Government Public Cloud | ||
|
||
2. Once approved, your project set will be provisioned followed up by an email sent to the Product Owner and Technical Lead once the provisioning is complete | ||
|
||
3. Request access for the reset of the team by submitting a request to <[email protected]>. Refer to the guidelines on what details to include in your request for [account access](get-started/provision-a-project-set.md#account-access) | ||
3. Request access for the reset of the team by submitting a request to <[email protected]>. Refer to the guidelines on what details to include in your request for [account access](../get-started/provision-a-project-set.md#account-access) | ||
|
||
## Limitations of the AWS Landing Zone | ||
|
||
|
@@ -26,12 +26,12 @@ Take the following into consideration when building your application on the AWS | |
|
||
* Most networking is under the management of AWS Landing Zone and is not subject to change. Security groups are the exception to this rule | ||
|
||
* IAM Users and their access keys can only be generated by the [IAM User management service](design-build-and-deploy-an-application/iam-user-service.md), which is created and managed by the Public Cloud team | ||
* IAM Users and their access keys can only be generated by the [IAM User management service](../design-build-and-deploy-an-application/iam-user-service.md), which is created and managed by the Public Cloud team | ||
|
||
|
||
## Other requirements and best practices | ||
|
||
To use GitHub Actions for deploying your application, [OpenID Connect (OIDC) authentication](design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md#configuring-github-action-oidc-authentication-to-aws) is required. | ||
To use GitHub Actions for deploying your application, [OpenID Connect (OIDC) authentication](../design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md#configuring-github-action-oidc-authentication-to-aws) is required. | ||
|
||
To deploy your application: | ||
|
||
|
@@ -74,15 +74,15 @@ To apply this configuration, follow these steps: | |
|
||
1. Open a terminal in the directory where you saved your Terraform script. | ||
|
||
Ensure you have AWS credentials, obtainable by visiting the AWS login page and clicking on the `Click for Credentials` button for the desired authorization role as shown in the image below. ![aws-credential-cli](images/requirements-for-building-your-application/aws-credential-cli.png) | ||
Ensure you have AWS credentials, obtainable by visiting the AWS login page and clicking on the `Click for Credentials` button for the desired authorization role as shown in the image below. ![aws-credential-cli](../images/requirements-for-building-your-application/aws-credential-cli.png) | ||
|
||
2. Copy the credential | ||
|
||
![aws-credential-cli](images/requirements-for-building-your-application/click-credential.png) | ||
![aws-credential-cli](../images/requirements-for-building-your-application/click-credential.png) | ||
|
||
3. Paste the copied credential | ||
|
||
![aws-credential-cli](images/requirements-for-building-your-application/terminal.png) | ||
![aws-credential-cli](../images/requirements-for-building-your-application/terminal.png) | ||
|
||
|
||
4. Initialize your Terraform configuration: | ||
|
@@ -108,11 +108,11 @@ This combined approach of Terraform AWS CLI and VSCode streamlines the deploymen | |
|
||
## Next steps | ||
|
||
- [Deploy an application to the B.C. Government AWS Landing Zone](design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md) | ||
- [Deploy an application to the B.C. Government AWS Landing Zone](../design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md) | ||
|
||
## Related pages | ||
|
||
- [Provision a project set](get-started/provision-a-project-set.md) | ||
- [Account access](get-started/provision-a-project-set.md#account-access) | ||
- [Configuring GitHub Action OIDC Authentication to AWS](design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md#configuring-github-action-oidc-authentication-to-aws) | ||
- [Deploy an application to the B.C. Government AWS Landing Zone](design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md) | ||
- [Configuring GitHub Action OIDC Authentication to AWS](../design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md#configuring-github-action-oidc-authentication-to-aws) | ||
- [Deploy an application to the B.C. Government AWS Landing Zone](../design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.