Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • Slide4
    How to install Let’s Encrypt on Apache Web Server Linux
  • Actualidad 211741393 129861581 1050x760
    Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
  • servicechannels3 1
    Long Term Servicing Branch vs Semi-Annual Channel Windows
  • How to manage user permission in AD and Synology
    Manage User Permission on Synology with Active Directory [Part 1] Reviews
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL
  • Exchange password
    How to block the Change Password Feature for All Users via the Exchange Administrative Center Network | Monitoring
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Anyviewer Review
    Free Remote Desktop Software for Windows in 2023 Windows

Tag: AWS

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

Serve Private S3 Bucket Contents Via CloudFront

Posted on 26/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Serve Private S3 Bucket Contents Via CloudFront
Serve Private S3 Bucket Contents Via CloudFront

Amazon CloudFront is a content delivery network(CDN) operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content. In this article, you will learn how to Serve Private…

Read More “Serve Private S3 Bucket Contents Via CloudFront” »

AWS/Azure/OpenShift, Network | Monitoring, Storage

How to Add and Format a New Virtual Disk to an EC2 Instance

Posted on 09/05/202223/03/2023 Temitope Odemo By Temitope Odemo No Comments on How to Add and Format a New Virtual Disk to an EC2 Instance
How to Add and Format a New Virtual Disk to an EC2 Instance

With Amazon EC2 you can launch many virtual servers you need and you can configure the security, networking, and storage to your requirement. In this article, you will learn how to Add and Format a New Virtual Disk to an EC2 Instance. Amazon EC2 can help you to scale up or down in response to…

Read More “How to Add and Format a New Virtual Disk to an EC2 Instance” »

AWS/Azure/OpenShift, Windows Server

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 sync S3 Bucket with an EC2 instance

Posted on 05/04/202215/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to sync S3 Bucket with an EC2 instance
How to sync S3 Bucket with an EC2 instance

It’s another time to discuss in detail the Amazon Elastic Compute Cloud (Amazon EC2) and AWS’s popular storage service, Amazon Simple Storage Service (Amazon S3). This post is focused on how to sync up data in an EC2 instance with an Amazon S3 Bucket. At the end of reading this article, you will have a…

Read More “How to sync S3 Bucket with an EC2 instance” »

AWS/Azure/OpenShift, Virtualization, Web Server

How to redirect requests for your bucket’s website endpoint to another bucket or domain

Posted on 28/03/202204/06/2023 Christian By Christian No Comments on How to redirect requests for your bucket’s website endpoint to another bucket or domain
How to redirect requests for your bucket’s website endpoint to another bucket or domain

In this article, we are going to learn how to redirect requests for your bucket’s website endpoint to another bucket or domain. Simple Storage Service, aka S3, is a block storage service offered by AWS. It is the most widely used, go-to storage service for AWS users. It provides high availability, security, easy integration with many…

Read More “How to redirect requests for your bucket’s website endpoint to another bucket or domain” »

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 upgrade Veeam Backup and Replication from version 11 to 11a

Posted on 17/03/202201/01/2024 Christian By Christian No Comments on How to upgrade Veeam Backup and Replication from version 11 to 11a
How to upgrade Veeam Backup and Replication from version 11 to 11a

Veeam Backup & Replication is a comprehensive data protection and disaster recovery solution. With Veeam Backup & Replication, you can create image-level backups of virtual, physical, and cloud machines and restore from them. The technology used in the product optimizes data transfer and resource consumption, which helps to minimize storage costs and recovery time in case of a disaster. It also provides a…

Read More “How to upgrade Veeam Backup and Replication from version 11 to 11a” »

Backup

How to deploy a React Application to AWS S3

Posted on 12/03/202204/05/2024 Dickson Victor By Dickson Victor 2 Comments on How to deploy a React Application to AWS S3
How to deploy a React Application to AWS S3

In this article, we are going to learn how to deploy a React Application to AWS S3. Simple Storage Service, aka S3, is a block storage service offered by AWS. It is the most commonly used, go-to storage service for AWS users. It provides valuable features like high availability, security, easy connection to AWS services,…

Read More “How to deploy a React Application to AWS S3” »

AWS/Azure/OpenShift

Set up and configure Route 53 for your Domain in AWS

Posted on 12/03/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Set up and configure Route 53 for your Domain in AWS
Set up and configure Route 53 for your Domain in AWS

In this tutorial, I will show you how to set up and configure Route 53 for your Domain in AWS. Route 53 is a highly available and scalable DNS service from AWS. It is designed to give the developers full control over their DNS entries and provide a cost-effective way to route end-users to the…

Read More “Set up and configure Route 53 for your Domain in AWS” »

AWS/Azure/OpenShift

How to Use Postman with the Amazon Pinpoint API

Posted on 01/01/202229/09/2023 Temitope Odemo By Temitope Odemo No Comments on How to Use Postman with the Amazon Pinpoint API
How to Use Postman with the Amazon Pinpoint API

Amazon Pinpoint is an AWS service that you can use to interact and engage with your customers across different messaging platforms. In addition, this AWS service can be used to send push notifications, emails, SMS text messages, or voice messages. These are very good messaging features that application developers can use with their applications. Postman…

Read More “How to Use Postman with the Amazon Pinpoint API” »

AWS/Azure/OpenShift

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

Posts pagination

Previous 1 2 3 … 5 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Slide4
    How to install Let’s Encrypt on Apache Web Server Linux
  • Actualidad 211741393 129861581 1050x760
    Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
  • servicechannels3 1
    Long Term Servicing Branch vs Semi-Annual Channel Windows
  • How to manage user permission in AD and Synology
    Manage User Permission on Synology with Active Directory [Part 1] Reviews
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL
  • Exchange password
    How to block the Change Password Feature for All Users via the Exchange Administrative Center Network | Monitoring
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Anyviewer Review
    Free Remote Desktop Software for Windows in 2023 Windows

Subscribe to Blog via Email

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

Join 1,839 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