Skip to content

Commit 0e9283a

Browse files
authored
Merge pull request #110 from aws-solutions-library-samples/dzilbermanvmw-patch-1
2 parents 3f0c034 + 1ac7cf0 commit 0e9283a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ This guidance implements several security best practices and AWS services to enh
224224
### Network Security
225225

226226
- **VPC Configuration**: The solution deploys resources into a Virtual Private Cloud with 3 Availability Zones (AZs) for secured network isolation
227-
-
227+
228228
- **Security Groups**: Security groups are configured to restrict traffic between components based on the principle of least privilege.
229229

230230
- **Network Policies**: Kubernetes network policies are implemented to control pod-to-pod communication within the cluster.
@@ -261,6 +261,9 @@ Note: All required tools (AWS CLI, Terraform, Git, kubectl, Helm, and Flux CLI)
261261

262262
## Deployment Steps
263263

264+
Please refer for detailed Deployment, Running and Cleanup instructions to the dedicated [Implementation Guide](https://aws-solutions-library-samples.github.io/compute/building-saas-applications-on-amazon-eks-using-gitops.html)
265+
266+
<!--
264267
Follow these steps to deploy the EKS SaaS GitOps guidance:
265268
266269
1. **Deploy the VSCode Server Instance**:
@@ -294,9 +297,6 @@ Follow these steps to deploy the EKS SaaS GitOps guidance:
294297
- The sample microservices and Helm charts are available in their respective directories
295298
- Use the workflow scripts to automate tenant onboarding and application deployment
296299
297-
**TODO: update to live IG link**
298-
Please refer to detailed deployment instructions in the detailed guidance [Implementation Guide]()
299-
300300
## Cleanup and Destruction
301301
302302
When you're finished with the workshop/guidance use or need to clean up the resources to avoid ongoing costs, you can use the provided destruction script.
@@ -329,6 +329,7 @@ The destroy script will:
329329
Please refer to detailed guidance cleanup instructions in the detailed guidance [Implementation Guide]
330330
331331
**Important:** The destruction process may take 15-20 minutes to complete. Ensure you have the necessary AWS permissions to delete all the resources that were created during the initial deployment.
332+
-->
332333

333334
## License
334335

0 commit comments

Comments
 (0)