definitions Flashcards
<p>architecture automatically responds to changing demand up or down, out or in.</p>
<p>scalability</p>
<p>service that helps respond to changing demand</p>
<p>Amazon EC2 Auto Scaling.</p>
<p>a solution put together using different components and services that can operate and execute independently of one another, instead of being closely coupled to each of its connecting components to operate and function. Each component is effectively unaware of any other changes to other components due to the segregation of boundaries applied.Each service communicates with others using specific interfaces which remain constant throughout its development regardless of what configurations are made.</p>
<p>decoupled architecture</p>
<p>application with tightly coupled components. These components might include databases, servers, the user interface, business logic...</p>
<p>monolithic applications</p>
<p>loosely coupled application components</p>
<p>microservices applications</p>
<p>a standard way to package your application's code and dependencies into a single object. also for processes and workflows in which there are essential requirements for security, reliability, and scalability.</p>
<p>containerized applications</p>
<p>open-source software that enables you to deploy and manage containerized applications at scale.</p>
<p>Kubernetes</p>
<p>the on-demand delivery of IT resources over the internet with pay-as-you-go pricing</p>
<p>cloud computing</p>
<p>each Region is isolated from every other Region in the sense that absolutely no data goes in or out of your environment in that Region without you explicitly granting permission for that data to be moved</p>
<p>Regional data sovereignty</p>
<p>one or more discrete data centers with redundant power, networking, and connectivity</p>
<p>availability zone or AZ</p>
<p>redundant features of Availability Zones</p>
<p>redundant power, networking, and connectivity</p>
<p>how many availability zones covered by a region?</p>
<p>multiple</p>
<p>how many regions covered by an availability zone</p>
<p>one</p>
<p>each AWS Region consists of multiple isolated and physically separate \_\_\_\_\_\_\_\_\_\_\_\_ within a geographic Region.</p>
<p>availability zones</p>
<p>API</p>
<p>application programming interface</p>