AMAZON WEB SERVER

6006 0
Resize or Upgrade AWS EC2 Instance
In this article, I have provided step by step guide to resize or upgrade amazon web server (aws) ec2 instance using AWS console.
Type
Article
7387 1
Create EC2 instance with step by step guide (Windows Server instance)
In this article, I have provided step by step guide, with images, to show how to create new Amazon EC2 instance for windows server
Type
Article
1446 1
How to get size of an Amazon S3 bucket?

I am looking at my AWS S3 Bucket and I can see there are lots of files in it, but I am not sure, how much space these files are consuming on Amazon S3 bucket so, how can I know AWS S3 Bucket size using AWS console or AWS S3 Cmd easily and quickly.

...
Type
Question
2963 0
Top Amazon EC2 Alternatives
In this article, I have mentioned best Amazon (AWS) EC2 Alternatives with it's features, which you can use for cloud hosting services.
Type
Article
2205 0
What is EC2 (Elastic Compute Cloud) in AWS
In this article, I have explained what is ec2 instance in AWS and how good it is to use for hosting a web-application.
Type
Article

746 1
How does Content Delivery Network works (from web dev point of view)?

I find it simple. Have a CDN edge server near the user, cache the request and when next time he asks for it, give it. But I am pretty sure what I am thinking, although correct, isn't complete and there is something missing.

My book has just included some small benefits of CDN, that's all. But that too isn't given in detail with illustrations(although it is not necessary i feel). Exam questions of mine has asked like how CDN reduces delay in received requested object for 8 marks(3hrs exam, 80 full marks).

The answer to this is literally 1 line ie the definition of CDN. and maybe 2 figures showing how it works with and without CDN. another question asked in the exam is-: how proxy CDN works, explain with example.

I am not sure how the updating of content happens.

Does only 1 proxy server gets updated or do all proxy servers get updated when 1 CDN brings a fresh copy of the web page from the origin server? It is confusing; believe me, the tutorials for this thing are advertisements for various CDNs.

...
Type
Question
5529 0
How to Reboot AWS Instance (Restart EC2, Various Ways)
In this article, I have provided step by step procedure about how to reboot or restart AWS EC2 Instance using AWS console or CLI or using Powershell
Type
Article
2361 2
How can I download complete AWS S3 Bucket Locally?

Hello, I have some files and folders saved on Amazon web services S3 Bucket, now I would like to download entire bucket files and folders locally, how can I do it using CLI? Which is an easy way to get all contents of the Amazon S3 bucket? Thanks.

...
Type
Question
8533 2
How to check the total number of object stored in S3 bucket in AWS?

I am searching my s3 bucket and I would like to know how can I check total number of objects (files) I have uploaded inside particular S3 Bucket on amazon web server? I am looking for easy solution here.

...
Type
Question
10537 3
Error : This configuration section cannot be used at this path. This happens when the section is locked at a parent level......?

When I uploaded the new website on Amazon EC2 server using IIS, I got HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid here are the more error details were

This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

Config Source:
   33:     <urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true" />
   34:     <modules>
   35:       <remove name="FormsAuthentication" />

Here is the image of the error

...

Type
Question

Page 1 of 2