Ref Arch 2.0 vs Ref Arch 1.0 #3
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
thanks @brikis98 for the thorough answers to this support request. I thought it was really useful content, so added it here!
Yes, we document the changes in every release of every module on its releases pages. For example, the releases page for the VPC repo is at https://github.com/gruntwork-io/terraform-aws-vpc/releases. You can go through the release notes between any two releases to see what changed.
With Ref Arch 2.0, if an existing service from the Service Catalog does what you want, you don't have to create any new module yourself; you can just deploy that service directly from a
If you are using Ref Arch 2.0, built entirely on services from the Gruntwork Service Catalog, then you are effectively maintaining a single a repo, infrastructure-live, which just has
There are a number of improvements discussed in the blog post: https://blog.gruntwork.io/introducing-reference-architecture-2-0-4b773bbd005a. From a security perspective, for example, Landing Zone adds a lot of features, including, for example, AWS Config, end-to-end encryption, and more. Also, Gruntwork Pipelines is a more secure way to do CI / CD. Both are built into 2.0.
All the original modules are still supported, just as before. However, we no longer maintain the Acme examples that use those modules in a 1.0 configuration. Instead, we now maintain 2.0 Acme examples: https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production. |
Beta Was this translation helpful? Give feedback.
-
hahahah yes, I realised that after seeing the "mark as the answer" button!
Let me fix it up!
…On Tue, 24 Aug 2021 at 11:26, Yevgeniy Brikman ***@***.***> wrote:
Thanks @ina-stoyanova <https://github.com/ina-stoyanova>. Perhaps the
first post should be the original question, exactly as written? And then
the second post should be the reply? As it is now, it looks like the reply
appears in both of your posts.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2QP4YBX7L7P2M4FLMGVD3T6NJVBANCNFSM5CWGVX2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
thanks @brikis98 for the thorough answers to this support request. I thought it was really useful content, so added it here!
Yes, we document the changes in every release of every module on its releases pages. For example, the releases page for the VPC repo is at https://github.com/gruntwork-io/terraform-aws-vpc/releases. You can go through the release notes between any two releases to see what changed.
With Ref Arch 2.0, if an existing service from the Service Catalog does what you want…