Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • How to enable or disable Microsoft Defender Antivirus Active or Mode Mode
    Set Microsoft Defender Antivirus to PassiveĀ or Active Mode Anti-Virus Solution
  • login keyboard feature
    Sign-In Method Not Allowed: Contact Network Administrator Windows Server
  • maxresdefault 2
    How to uninstall Applications with PowerShell Script Scripts
  • Norton AV
    Enable or disable Norton silent mode on Mac Anti-Virus Solution
  • screenshot 2020 05 05 at 10.26.12
    How to enable or disable User Account Control Windows
  • portainer feature
    How to Install Docker Portainer on Linux Containers
  • extend proxmox local container instance
    How to extend Proxmox Local Container Storage Virtualization
  • redisf
    How to install Redis on Linux System Linux

Tag: AWS CLI

Various ways to restart an AWS EC2 instance

Posted on 30/04/202328/08/2024 Temitope Odemo By Temitope Odemo No Comments on Various ways to restart an AWS EC2 instance
Various ways to restart an AWS EC2 instance

Amazon Elastic Compute Cloud also known as Amazon EC2 will provide you with a scalable computing service that will eliminate the need of purchasing a physical server that will need an upfront fee. AWS EC2 can help to spin up as many virtual servers as you may need for your project in minutes. In this…

Read More “Various ways to restart an AWS EC2 instance” »

AWS/Azure/OpenShift

How to delete AWS S3 Bucket and Objects viaĀ  AWS CLI from Linux

Posted on 19/01/202317/03/2023 Imoh Etuk By Imoh Etuk No Comments on How to delete AWS S3 Bucket and Objects viaĀ  AWS CLI from Linux
How to delete AWS S3 Bucket and Objects viaĀ  AWS CLI from Linux

The Amazon Simple Storage Service (Amazon S3) is a cloud hosting service that offers industry-leading performance, security, and scalability. Users and organizations of all sizes can use Amazon S3 to safeguard and store data for a variety of applications, including websites, mobile applications, data lakes, backups and restores, archives, enterprise applications, IoT devices, and big…

Read More “How to delete AWS S3 Bucket and Objects viaĀ  AWS CLI from Linux” »

AWS/Azure/OpenShift, Linux

Access AWS Management Console and Create Resources with AWS CLI on Windows

Posted on 09/09/202215/12/2023 Imoh Etuk By Imoh Etuk No Comments on Access AWS Management Console and Create Resources with AWS CLI on Windows
Access AWS Management Console and Create Resources with AWS CLI on Windows

The AWS Management Command Line Interface (AWS CLI) is a centralized management tool for AWS Management. You can control multiple AWS services from the command line and automate them using scripts with just one tool to download and configure. Amazon Web Services (AWS) is the market leader and a leading innovator in cloud computing. In…

Read More “Access AWS Management Console and Create Resources with AWS CLI on Windows” »

AWS/Azure/OpenShift, Scripts

How to Install Packages to Amazon VM using Terraform

Posted on 31/05/202202/01/2024 Dickson Victor By Dickson Victor No Comments on How to Install Packages to Amazon VM using Terraform
How to Install Packages to Amazon VM using Terraform

In this blog post, I’ll show you how to create an Amazon EC2 instance and install packages into it using a cloud-agnostic infrastructure as a code tool known as Terraform. For better understanding, it is advised that you follow along in this hands-on demo. To get started, sign up for a free tier account from…

Read More “How to Install Packages to Amazon VM using Terraform” »

AWS/Azure/OpenShift, Linux

Configure AWS Command Line Interface

Posted on 27/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Configure AWS Command Line Interface
Configure AWS Command Line Interface

In this article, you will learn how to configure AWS Command Line Interface. AWS offers an interface for its users to interact with its services through AWS Management Console and Command Line Interface, CLI. AWS management console is a web application that allows its users to view, monitor, and manage resources offered by AWS. Ā It…

Read More “Configure AWS Command Line Interface” »

AWS/Azure/OpenShift

Add an EBS volume to AWS EC2 via the AWS Console and CLI

Posted on 22/04/202227/03/2024 Dickson Victor By Dickson Victor No Comments on Add an EBS volume to AWS EC2 via the AWS Console and CLI
Add an EBS volume to AWS EC2 via the AWS Console and CLI

Amazon’s Elastic Block Store (EBS) is a block-storage service provided by the Amazon Elastic Compute Cloud (EC2) to store the data which can be kept on the EBS servers even if the EC2 instances are shut down or not working. In this article, we will see how you can add an EBS volume to AWS…

Read More “Add an EBS volume to AWS EC2 via the AWS Console and CLI” »

AWS/Azure/OpenShift

How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud

Posted on 19/03/202223/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud
How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud

It is always a challenge to have your code released without bugs or vulnerabilities. There is a need to have a quality code and a very efficient code review process. We have several tools in the marketplace that can be integrated into your DevOps to provide you insights into your code and one of the…

Read More “How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud” »

AWS/Azure/OpenShift, Version Control System

Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit

Posted on 19/03/202204/09/2023 Temitope Odemo By Temitope Odemo 2 Comments on Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit
Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit

If you want to create a connection to AWS CodeCommit repositories is by configuring Git credentials for CodeCommit in the IAM console. In this article, you shall learn how to setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit. Kindly check these pages to read more on AWS: How to Deploy Dynamic…

Read More “Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit” »

AWS/Azure/OpenShift, Version Control System

How to manage and use Amazon S3 access points using the AWS Management Console

Posted on 24/12/202126/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to manage and use Amazon S3 access points using the AWS Management Console
How to manage and use Amazon S3 access points using the AWS Management Console

The benefit of Amazon S3 Access Points is the ability to simplify the managing of data access at scale for shared datasets in S3. Access points are just network endpoints that are attached to your S3 buckets that you can use to perform S3 object operations. We also have the Access Point alias which provides…

Read More “How to manage and use Amazon S3 access points using the AWS Management Console” »

AWS/Azure/OpenShift

How to enable Amazon S3 default bucket encryption using S3 Console

Posted on 20/12/202126/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to enable Amazon S3 default bucket encryption using S3 Console
How to enable Amazon S3 default bucket encryption using S3 Console

In this guide, I will be showing you how to enable default encryption on an Amazon S3 bucket so that all the objects are encrypted when they are stored in the bucket. The objects are encrypted using server-side encryption with either Amazon S3-managed keys (SSE-S3) or AWS Key Management Service (AWS KMS) keys. But our…

Read More “How to enable Amazon S3 default bucket encryption using S3 Console” »

AWS/Azure/OpenShift

Why am I unable to ping the Public IP Address of an EC2 instance

Posted on 16/05/202001/10/2024 Christian By Christian No Comments on Why am I unable to ping the Public IP Address of an EC2 instance
Why am I unable to ping the Public IP Address of an EC2 instance

Ping is a network administration utility that tests the reachability of a host on an Internet Protocol network. In this article, we will explain “Why am I unable to ping the Public IP Address of an EC2 instance”. This command helps troubleshoot device accessibility between two endpoints. Here are some related articles: Ping request could…

Read More “Why am I unable to ping the Public IP Address of an EC2 instance” »

AWS/Azure/OpenShift

AWS CLI Error: All commands return Unknown output type [None]

Posted on 16/05/202001/10/2023 Christian By Christian No Comments on AWS CLI Error: All commands return Unknown output type [None]
AWS CLI Error: All commands return Unknown output type [None]

TheĀ AWS Command LineĀ Interface (CLI) is a unified tool to manage yourĀ AWSĀ services. With just one tool to download and configure, you can control multipleĀ AWSĀ services from theĀ command lineĀ and automate them through scripts. Often times theĀ ~/.aws/configĀ is having some configuration issues and needs to be reconfigured or modified. This is because there are multiple declarations for the same setting…

Read More “AWS CLI Error: All commands return Unknown output type [None]” »

Network | Monitoring

AWS Command-Line Interface: How to configure AWS CLI [Part 1]

Posted on 18/12/201826/09/2023 Christian By Christian No Comments on AWS Command-Line Interface: How to configure AWS CLI [Part 1]
AWS Command-Line Interface: How to configure AWS CLI [Part 1]

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS CLI v2 offers several new features including improved installers, new configuration options such as AWS…

Read More “AWS Command-Line Interface: How to configure AWS CLI [Part 1]” »

AWS/Azure/OpenShift

Posts pagination

1 2 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • How to enable or disable Microsoft Defender Antivirus Active or Mode Mode
    Set Microsoft Defender Antivirus to PassiveĀ or Active Mode Anti-Virus Solution
  • login keyboard feature
    Sign-In Method Not Allowed: Contact Network Administrator Windows Server
  • maxresdefault 2
    How to uninstall Applications with PowerShell Script Scripts
  • Norton AV
    Enable or disable Norton silent mode on Mac Anti-Virus Solution
  • screenshot 2020 05 05 at 10.26.12
    How to enable or disable User Account Control Windows
  • portainer feature
    How to Install Docker Portainer on Linux Containers
  • extend proxmox local container instance
    How to extend Proxmox Local Container Storage Virtualization
  • redisf
    How to install Redis on Linux System Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,831 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright Ā© 2025 TechDirectArchive