cloud native services

0

Hello! I'm a newbie here so I'm learning aws services while categorising them I understand the definition of cloud native services; microservices, using containers... but I'm having a hard time to tell apart whether it's cloud native or cloud enabled For example, is EC2 cloud-native? is AWS Elastic Beanstalk cloud-native? There are 170+ services and I need help!!! Thanks in advance!

demandé il y a un an258 vues
1 réponse
0

The best way tolook at it is to compare with what you would do on-prem. Sure some services (e.g. serverless ones like Lambda) wouldn't have a role on-prem soyou can think of the as cloud native. With other services though it depends how you use them. If you just did a plain lift-and-shift of a 3-tier web application from on-prem to cloud with all tiers running in EC2 then no, that's not cloud native. However if you used RDS for your DB, made your other tiers use EC2 Autoscaling with immutable instances, and leveraged AWS services for session store, authentication etc. in ways that aren't possible on-prem, and that leverage the flexibility and elasticity of Cloud then yes that's cloud native.

EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions