AWS - EC2 FundamentalsAfter stopping an EC2 instance of type t3.small, you change its instance type to t3.large and start it again. What is the expected outcome?AThe instance fails to start due to incompatible instance typeBThe instance restarts with increased CPU and memory resourcesCThe instance retains the original t3.small resourcesDThe instance data is lost during the type changeCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand instance type modificationEC2 allows changing instance types when the instance is stopped.Step 2: Effect of changing from t3.small to t3.largeChanging to t3.large increases CPU and memory capacity.Final Answer:The instance restarts with increased CPU and memory resources -> Option BQuick Check:Stopped instances can be resized and restarted [OK]Quick Trick: Stop instance before changing type to upgrade resources [OK]Common Mistakes:MISTAKESThinking instance type can't be changed after launchAssuming data loss occurs on type change
Master "EC2 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS CLI - CLI scripting basics - Quiz 13medium EC2 Fundamentals - Instance types and families - Quiz 2easy EC2 Fundamentals - Instance types and families - Quiz 1easy Identity and Access Management - Least privilege principle - Quiz 2easy Identity and Access Management - Policy evaluation logic - Quiz 8hard S3 Fundamentals - S3 versioning - Quiz 12easy S3 Fundamentals - S3 encryption options - Quiz 7medium S3 Fundamentals - Creating S3 buckets - Quiz 7medium S3 Fundamentals - Creating S3 buckets - Quiz 5medium VPC Fundamentals - Creating a custom VPC - Quiz 1easy