Role: Junior DevOps Engineer Company: ABC TechGroup (A fictitious Fintech Startup)
The Background: ABC TechGroup has recently migrated its financial application infrastructure to the AWS Cloud. The development team needs to access these Linux servers remotely to deploy updates and fix bugs. However, a recent external security audit flagged a "Critical" vulnerability: the servers are currently using default configurations, making them easy targets for hackers.
The Problem: The Chief Information Security Officer (CISO) has detected unauthorized login attempts from foreign IP addresses. The logs show that automated "botnets" are constantly scanning Port 22 (the default SSH port) and trying to brute-force the root password.
ip-172-31-0-1), default ports, and standard password authentication.Your Mission: As the lead engineer on this task, you must implement a "Security through Obscurity" and "Defense in Depth" strategy to lock down remote access. You need to ensure that management traffic is encrypted, hidden from standard scanners, and accessible only to authorized personnel for confidentiality.
Key Objectives:
Server-01) to prevent administrative errors.Business Value Delivered: By executing this hardening process, you are reducing the server's "attack surface" by over 90%, ensuring that ABC TechGroup's proprietary code and customer financial data remain secure from opportunistic cyberattacks.
Hardened SSH Ingress Data Flow (Port 1922)

1) Change Hostname