QuestionQ8

704.1 Cloud Native Security

Which of the following advantages result from using immutable servers?

Choose two
  • A Immutable servers are flexible in how they are configured during their deployment.
  • B Immutable servers are not connected to a network and cannot be attacked remotely.
  • C Immutable servers are usable right after they are started without further configuration.
  • D Immutable servers bundle all components required for an application and never need external services.
  • E Immutable servers ensure production servers are identical to staging servers.
Explanation

Immutable servers are deployed from prebuilt images containing the intended application configuration, allowing them to be used immediately after startup without additional configuration. Using the same immutable image in staging and production also keeps the server builds identical across those environments.

Community Discussion

No comments yet. Be the first to start the discussion!