Understand the differences between our Microsoft Azure and Amazon Web Services deployments
Let’s summarize our deployment as we have covered the deployment in four separate sets of code across the previous two chapters.
General
There is just a single service here, and as you can see – it is only available in one of our target cloud providers:
Service/Function |
Microsoft Azure |
Amazon Web Services |
Resource Container |
Resource group |
Not available |
There isn’t an equivalent of resource groups within Amazon Web Services, though some could argue that tagging does the same job. However, tags act more as a way of searching for and reporting against your resources rather than collecting them all together in a container, which, as we have seen, can be removed or have permissions...