Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungWhy Claude Code keeps writing shell commands that fail on your Mac(20.09.2026 um 21:06 Uhr)
Sichere Programmierungllms.txt v2: What the Spec Says, and What 137,000 Domains Show(20.09.2026 um 21:17 Uhr)
Sicherheitslücken (CVE)NiceTryGPT: Less pattern matching. More actual hacking.(20.09.2026 um 21:19 Uhr)
IT Security VideoActivities BoF (kde2026)(20.09.2026 um 00:00 Uhr)
IT Security Toolsirdoc-app(20.09.2026 um 20:33 Uhr)
Sichere ProgrammierungWhy Claude Code keeps writing shell commands that fail on your Mac(20.09.2026 um 21:06 Uhr)
Sichere Programmierungllms.txt v2: What the Spec Says, and What 137,000 Domains Show(20.09.2026 um 21:17 Uhr)
Sicherheitslücken (CVE)NiceTryGPT: Less pattern matching. More actual hacking.(20.09.2026 um 21:19 Uhr)
IT Security VideoActivities BoF (kde2026)(20.09.2026 um 00:00 Uhr)
IT Security Toolsirdoc-app(20.09.2026 um 20:33 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Getting Started with EVS CLI: Manage Amazon Elastic VMware Service from the Command Line

Reagiere als Erste:r — dein Feedback zählt!

🚀 Getting Started with EVS CLI: Manage Amazon Elastic VMware Service from the Command Line

Amazon EVS is currently in public preview and subject to change.

Amazon Elastic VMware Service (EVS) is a fully managed service that allows you to run VMware Cloud Foundation (VCF) directly on EC2 bare metal instances inside your Amazon VPC, without refactoring workloads or changing operational tools.

With the launch of the EVS CLI, you now have a powerful command-line interface to automate and manage your EVS infrastructure, ideal for scripting, DevOps pipelines, and quick access tasks.

🧰 What is EVS CLI?

The EVS CLI is an AWS CLI-compatible tool to help manage your Amazon EVS environments programmatically. You can:

  • 🚧 Create or delete VCF environments
  • 🧱 Add or remove ESXi hosts
  • 📡 List VLANs and connected resources
  • 🏷️ Tag and organize environments
  • 📥 Retrieve environment information

It complements AWS Console and offers Infrastructure-as-Code (IaC) like capabilities directly in shell environments.

📋 Available Commands

Here's a quick overview of commands you can run with evs:

Command Description
create-environment Provision a new VCF environment
create-environment-host Add a new host to an existing EVS environment
delete-environment Remove an entire EVS environment
delete-environment-host Remove a host from a deployed environment
list-environments List all EVS environments
list-environment-hosts View hosts within an environment
list-environment-vlans View VLAN setup in an environment
get-environment Fetch detailed information of an EVS environment
tag-resource / untag-resource Manage tags on EVS resources
list-tags-for-resource Display tags on a specific resource

⚙️ Creating Your First EVS Environment

The most essential command is create-environment. It provisions:

  • vCenter Server
  • NSX Manager
  • SDDC Manager
  • ESXi hosts (min 4)
  • VLANs: Management, vMotion, vSAN, etc.

🧪 Sample Command

aws evs create-environment \
  --environment-name "prod-vcf-env" \
  --vpc-id vpc-0a12b345cdef67890 \
  --service-access-subnet-id subnet-0123abcd4567ef890 \
  --vcf-version VCF-5.2.1 \
  --terms-accepted \
  --license-info file://license.json \
  --initial-vlans file://vlans.json \
  --hosts file://hosts.json \
  --connectivity-info file://connectivity.json \
  --vcf-hostnames file://vcf-hostnames.json \
  --site-id "SITE-123456"

📝 Note: Provisioning takes several hours. Host count must be 4 to 16, and all subnets must reside in a single Availability Zone.

🛠️ Example: hosts.json

[
  {
    "hostName": "esxi01.mycorp.local",
    "keyName": "evs-key",
    "instanceType": "i4i.metal"
  },
  {
    "hostName": "esxi02.mycorp.local",
    "keyName": "evs-key",
    "instanceType": "i4i.metal"
  },
  ...
]

🧹 Cleaning Up Resources

Once you’re done, it’s critical to clean up properly to avoid ongoing charges.

Delete a host:

aws evs delete-environment-host \
  --environment-id env-abc123456 \
  --host-name esxi01.mycorp.local

⚠️ You must decommission the host in SDDC Manager UI before deleting it via CLI.

aws evs delete-environment-host \
  --environment-id env-abc123456 \
  --host-name esxi01.mycorp.local

Delete the entire environment:

aws evs delete-environment \
  --environment-id env-abc123456

🛡️ Requirements Summary

  • ✅ Minimum 4 hosts, maximum 16
  • ✅ VCF Version: VCF-5.2.1
  • ✅ Valid VCF and vSAN license keys from Broadcom
  • ✅ CIDRs for VLAN subnets must not overlap
  • ✅ All subnets must be in one Availability Zone
    🧠 Why Use EVS CLI?

  • 📦 Infrastructure-as-Code: fits easily into Terraform or CI/CD workflows

  • ⚙️ Automation: simplifies provisioning and scaling

  • 🧪 Testing: replicate environments consistently

  • 🔍 Debugging: quick access to environment state
    🧩 Additional Tips

  • Use --generate-cli-skeleton to scaffold input JSON or YAML files

  • Use --debug for troubleshooting and verbose logs

  • Secure your credentials using named --profile or environment variables

📌 Final Thoughts
Amazon EVS with CLI support marks a new era for hybrid cloud operations. If your team relies on VMware, this opens a path to modernize workloads with minimal disruption while enjoying the scale and security of AWS.

Try out the CLI and start building your first EVS environment today.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Getting Started with EVS CLI: Manage Amazon Elastic VMware Service from the Command Line

Thematisch verwandte Begriffe: Getting, Started, with, Manage · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-93956 | A flaw has been found in olivier-ls PHP-FTS up to 1.1.2. Affected by thi…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick